IUserEmail.IsDefault

Syntax

IsDefault: Boolean;

Description

The IsDefault property returns the attribute of the default email address.

Comments

The property returns True if the current record contains the default email address.

The value of the email address will be able in the profile in the IUserProfile.Email property. To set the default address use the SetDefault method.

See also:

IUserEmail