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

PFSegmentsContactEmailInfo data model.

## Syntax

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

### Members

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

(Optional) The email address.

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

(Optional) The name of the email info data.

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

(Optional) The verification status of the email.

## Requirements

**Header:** PFSegmentsTypes.h

## See also

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


## Related topics

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