|  | Recipient Class | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe Recipient type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Recipient(String) | Creates a new recipient with the specified address. | 
|  | Recipient(String, MapiMailMessageRecipientType) | Creates a new recipient with the specified address and recipient type. | 
|  | Recipient(String, String) | Creates a new recipient with the specified address and display name. | 
|  | Recipient(String, String, MapiMailMessageRecipientType) | Creates a new recipient with the specified address, display name and recipient type. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | Address | The email address of this recipient. | 
|  | DisplayName | The display name of this recipient. | 
|  | RecipientType | How the recipient will receive this message (To, CC, BCC). | 
 See Also
See Also