> ## 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.

# PFAccountManagementSendAccountRecoveryEmailRequest

> 有効なメール アドレスを持つ PlayFab アカウントにアカウント回復メールを送信するための PFAccountManagementSendAccountRecoveryEmailRequest データ モデル。

PFAccountManagementSendAccountRecoveryEmailRequest データ モデル。対象のアカウントが「一時的な」アカウント (たとえば LoginFromIOSDeviceID の呼び出しによって作成されたアカウント) の場合、この関数は効果を持ちません。この API を使用してパスワード リセット メールを受信できるのは、有効なメール アドレスを持つ PlayFab アカウントのみです。

## 構文

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

### メンバー

**`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。

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

タイトルの一意識別子。PlayFab 開発者サイトでタイトルを選択したときに、\[Settings> Game Properties] セクションに表示されます。

## 要件

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

## 関連項目

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


## Related topics

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