TIdentityStoreEmail
Class in AWS.IdentityStore
IdentityStore Email class.
Ancestors
Properties
Primary
property Primary: TOptional<Boolean>
Type
property Type: string
Value
property Value: string
Constructors
Create
constructor Create; overload;
Constructor for TIdentityStoreEmail.
constructor Create(const AValue: string; const AType: string = ''); overload;
Constructor for TIdentityStoreEmail.
Parameters
| Name | Description |
|---|---|
AValue | Specify the email address associated with the user. |
AType | Optionally, specify the classification of the email address, such as,, or a custom value. |
constructor Create(const AValue, AType: string; const APrimary: Boolean); overload;
Constructor for TIdentityStoreEmail.
Parameters
| Name | Description |
|---|---|
AValue | Specify the email address associated with the user. |
AType | Specify the classification of the email address, such as,, or a custom value. |
APrimary | Specify whether this is the user's primary email address. |