> ## 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 | 未定 |
| Pending    | 未定 |
| Confirmed  | 未定 |

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFContactEmailInfoModel](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfcontactemailinfomodel.md)
- [PFSegmentsContactEmailInfo](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentscontactemailinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [EmailVerificationStatus](/ja-jp/services/playfab/api-references/events/data-types/emailverificationstatus.md)
- [ContactEmailInfo](/ja-jp/services/playfab/api-references/events/data-types/contactemailinfo.md)
