MessageRecipient Type
A recipient of the message.
Remarks
This type describes who the message is sent to. It includes fields to denote the name and email address of the recipient of the message. The type of recipient must also be specified if the component is sending the message.
Fields
Constructors
[VB.NET] Public MessageRecipient() [C#] public MessageRecipient();
[VB.NET] Public MessageRecipient(ByVal Address As String) [C#] public MessageRecipient(string address);
[VB.NET] Public MessageRecipient(ByVal Address As String, ByVal RecipientType As Integer) [C#] public MessageRecipient(string address, int recipientType);