Recipient Constructors
Defines the recipient settings.| Name | Parameters | Description |
|---|---|---|
| Recipient() | none | Initializes a new instance of the Recipient class with the default settings. |
| Recipient(String, RecipientFieldType) | address, type | Initializes a new instance of the Recipient class with the specified address and field type. |
| Recipient(String, String, RecipientFieldType) | address, contactName, type | Initializes a new instance of the Recipient class with the specified address, contact name, and field type. |
| Recipient(String, String, String, RecipientFieldType) | address, contactName, prefix, type | Initializes a new instance of the Recipient class with the specified address, contact name and the message prefix. |
| Recipient(String, String, String) | address, contactName, prefix | Initializes a new instance of the Recipient class with the specified address, contact name, field type and the message prefix. |
| Recipient(String, String) | address, contactName | Initializes a new instance of the Recipient class with the specified address and contact name. |
| Recipient(String) | address | Initializes a new instance of the Recipient class with the specified recipient address. |
See Also