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

# ContactEmailDetails 데이터 형식

> PlayStream 이벤트에서 엔티티 프로필에 연결된 연락처 이메일 주소를 나타내는 PlayFab ContactEmailDetails 데이터 형식에 대한 참조입니다.

***

title: ContactEmailDetails
author: ronnyparedes
description: ContactEmailDetails data type.
ms.author: ronnyparedes
ms.date: 02/12/2026
ms.topic: article
ms.service: azure-playfab
keywords: playfab, playstream events
ms.localizationpriority: medium
-------------------------------

# ContactEmailDetails

엔티티 프로필과 연결된 연락처 이메일 주소에 대한 세부 정보입니다.

## 속성

| 이름           | 형식     | 설명                                  |
| :----------- | :----- | :---------------------------------- |
| EmailAddress | String | 이메일 주소입니다.                          |
| EmailType    | String | 연락처 이메일의 형식(예: primary, backup)입니다. |


## Related topics

- [FileDetails 데이터 형식](/ko/services/playfab/api-references/events/data-types/filedetails.md)
- [contact_email_updated](/ko/services/playfab/api-references/events/PlayerProfile/contact-email-updated.md)
- [ContactEmailInfo](/ko/services/playfab/api-references/events/data-types/contactemailinfo.md)
- [PFContactEmailInfoModel](/ko/services/playfab/api-references/c/pftypes/structs/pfcontactemailinfomodel.md)
- [PFSegmentsContactEmailInfo](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentscontactemailinfo.md)
