Recipient Members
Defines the recipient settings.Constructors
| Name | Description |
|---|---|
| Recipient() | Initializes a new instance of the Recipient class with the default settings. |
| Recipient(String, RecipientFieldType) | Initializes a new instance of the Recipient class with the specified address and field type. |
| Recipient(String, String, RecipientFieldType) | Initializes a new instance of the Recipient class with the specified address, contact name, and field type. |
| Recipient(String, String, String, RecipientFieldType) | Initializes a new instance of the Recipient class with the specified address, contact name and the message prefix. |
| Recipient(String, String, String) | Initializes a new instance of the Recipient class with the specified address, contact name, field type and the message prefix. |
| Recipient(String, String) | Initializes a new instance of the Recipient class with the specified address and contact name. |
| Recipient(String) | Initializes a new instance of the Recipient class with the specified recipient address. |
Properties
| Name | Description |
|---|---|
| Address | Specifies the recipient’s email address. |
| ContactName | Specifies the email recipient name. |
| FieldType | Specifies the email recipient type. |
| Prefix | Specifies the email message prefix (e.g., “SMTP:“ or “Fax:“). |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the Recipient class. |
See Also