> ## 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](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API 개요 - PFSegmentsTypes.h](/ko/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [ContactEmailInfo](/ko/services/playfab/api-references/events/data-types/contactemailinfo.md)
- [PFContactEmailInfoModel](/ko/services/playfab/api-references/c/pftypes/structs/pfcontactemailinfomodel.md)
- [contact_email_updated](/ko/services/playfab/api-references/events/PlayerProfile/contact-email-updated.md)
