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! |
mailRecipient function |
Datatype returned |
Description |
---|---|---|
ClassName in PowerScript Reference |
String |
Returns the class of the object |
GetContextService in PowerScript Reference |
Integer |
Creates a reference to a context-specific instance of the specified service |
GetParent in PowerScript Reference |
PowerObject |
Returns a reference to the name of the parent object |
TypeOf in PowerScript Reference |
Object |
Returns the type of the object |