EmailRecipient Class Members
In This Topic
The following tables list the members exposed by EmailRecipient.
Public Constructors
Public Properties
| Name | Description |
 | Address |
The email address
|
 | Name |
The display name
|
 | RecipientType |
Specifies how the recipient is added to the message
|
Top
Public Methods
| Name | Description |
 | Clone |
Creates a copy of the recipient
|
 | CompareTo | Compares this recipient to |
 | Equals | |
  | FromString |
Creates a new EmailRecipient from a string that contains an email address and optional display name and recipient type
|
 | GetHashCode | Serves as the default hash function.Serves as the default hash function. |
 | ToString | Returns a string that represents the current object.
Returns a string representation of the recipient
|
Top
See Also