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 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:
|
mailRecipient function |
Datatype returned |
Description |
---|---|---|
String |
Returns the class of the object. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
Object |
Returns the type of the object. |