> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementSendCustomAccountRecoveryEmailRequest

> PFAccountManagementSendCustomAccountRecoveryEmailRequest データ モデル。有効なメール アドレスまたはユーザー名を持つ PlayFab アカウントは、この API を使用してパスワード リセット メールを受信できます。

PFAccountManagementSendCustomAccountRecoveryEmailRequest データ モデル。有効なメール アドレスまたはユーザー名を持つ PlayFab アカウントは、この API を使用してパスワード リセット メールを受信できます。送信されるメールはアカウント回復メール テンプレートである必要があります。メールを送信するには、ユーザー名またはメール アドレスを渡すことができます。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementSendCustomAccountRecoveryEmailRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* email;  
    const char* emailTemplateId;  
    const char* username;  
} PFAccountManagementSendCustomAccountRecoveryEmailRequest;  
```

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(省略可) リクエストに関連付けられた省略可能なカスタム タグ (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

**`email`**   const char\*<br />*is null-terminated*

(省略可) ユーザーのアカウントに関連付けられているメール アドレス。

**`emailTemplateId`**   const char\*<br />*is null-terminated*

送信するアカウント回復メール テンプレートのメール テンプレート ID。

**`username`**   const char\*<br />*is null-terminated*

(省略可) アカウント回復を要求するユーザーのユーザー名。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementServerSendCustomAccountRecoveryEmailAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserversendcustomaccountrecoveryemailasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementSendAccountRecoveryEmailRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendaccountrecoveryemailrequest.md)
- [PFAccountManagementClientSendAccountRecoveryEmailAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientsendaccountrecoveryemailasync.md)
- [PFAccountManagementSendEmailFromTemplateRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsendemailfromtemplaterequest.md)
