> ## 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 />*is null-terminated*

（可选）电子邮件地址。

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

（可选）电子邮件信息数据的名称。

**`verificationStatus`**   [PFEmailVerificationStatus](/services/playfab/api-references/c/pftypes/enums/pfemailverificationstatus) const\*<br />*may be nullptr*

（可选）电子邮件的验证状态。

## 要求

**头文件：** PFSegmentsTypes.h

## 另请参阅

[PFSegmentsTypes 成员](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

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