The mailRecipient object is a system structure containing information about the recipient of a mail message. You populate the mailRecipient structure using the mailAddress function. A mailRecipient object has no events.
For information about the mailAddress function, see the section called “mailAddress” in PowerScript Reference.
mailRecipient property |
Datatype |
Description |
---|---|---|
Address |
String |
Specifies the electronic mail address of the current mail recipient. (Runtime only.) |
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
EntryID |
Blob |
Binary entry identifier information used internally. |
Name |
String |
Specifies the name of the current mail recipient. (Runtime only.) |
RecipientType |
mailRecipientType (enumerated) |
Specifies the type of the current mail recipient. Values are: mailBCC! mailCC! mailOriginator! mailTo! |