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

# PFSegmentsContactEmailInfo

> PFSegmentsContactEmailInfo データ モデル。

PFSegmentsContactEmailInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFSegmentsContactEmailInfo {  
    const char* emailAddress;  
    const char* name;  
    PFEmailVerificationStatus const* verificationStatus;  
} PFSegmentsContactEmailInfo;  
```

### メンバー

**`emailAddress`**   const char\*<br />*null 終端*

(省略可能) メール アドレス。

**`name`**   const char\*<br />*null 終端*

(省略可能) メール情報データの名前。

**`verificationStatus`**   [PFEmailVerificationStatus](/services/playfab/api-references/c/pftypes/enums/pfemailverificationstatus) const\*<br />*nullptr の可能性あり*

(省略可能) メールの確認ステータス。

## 要件

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

## 関連項目

[PFSegmentsTypes のメンバー](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

- [PFSegmentsPlayerProfile](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API overview - PFSegmentsTypes.h](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [ContactEmailInfo](/ja-jp/services/playfab/api-references/events/data-types/contactemailinfo.md)
- [PFContactEmailInfoModel](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfcontactemailinfomodel.md)
- [contact_email_updated](/ja-jp/services/playfab/api-references/events/PlayerProfile/contact-email-updated.md)
