MailAddress Type
A container for an e-mail addressee.
Remarks
This object is a container for an e-mail identity record. A typical e-mail address consists of an RFC822 e-mail address (john@doe.com), a friendly name (John Doe), and a group name (Officers).
Fields
Address String |
Contains the e-mail address in the form of john@doe.com. |
DisplayName String |
Contains the friendly name of the user of this address, such as John Doe. |
GroupName String |
The name of the group this address belongs to. |
Constructors
constructor Create(valAddress: String);
Creates a new e-mail address object.
constructor Create(valDisplayName: String; valAddress: String);
Creates a new e-mail address object from an address and a display name.