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

# PFEmailVerificationStatus

> EmailVerificationStatus 枚举。

EmailVerificationStatus 枚举。

## 语法

```cpp theme={null}
enum class PFEmailVerificationStatus  : uint32_t  
{  
    Unverified,  
    Pending,  
    Confirmed  
}
```

## 常量

| 常量         | 描述  |
| ---------- | --- |
| Unverified | TBD |
| Pending    | TBD |
| Confirmed  | TBD |

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFContactEmailInfoModel](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfcontactemailinfomodel.md)
- [PFSegmentsContactEmailInfo](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentscontactemailinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [EmailVerificationStatus](/zh-CN/services/playfab/api-references/events/data-types/emailverificationstatus.md)
- [ContactEmailInfo](/zh-CN/services/playfab/api-references/events/data-types/contactemailinfo.md)
