Skip to main content

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

NameDescription
AValueSpecify the email address associated with the user.
ATypeOptionally, 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

NameDescription
AValueSpecify the email address associated with the user.
ATypeSpecify the classification of the email address, such as,, or a custom value.
APrimarySpecify whether this is the user's primary email address.