Skip to main content

TdxAuthorizationAgentUserInfo.Mail Property

Returns the user email obtained from a connected online account.

Declaration

property Mail: string read;

Property Value

Type
string

Remarks

This property returns an empty string if the user information provider has not yet obtained the user email from an online account. Call the UpdateInfo procedure to attempt to authenticate and authorize the user information provider in an online account with the current authorization agent settings. If the attempt is successful, the provider retrieves the account’s user email and display name that you can obtain via the Mail and DisplayName properties, respectively.

See Also