A Sandcastle Documented Class Library
![]() | Recipient Class |
Represents a Recipient for a MapiMailMessage.
Inheritance HierarchySystemObject QsInformatica.UtilsRecipient
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
SyntaxThe Recipient type exposes the following members.
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| 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 a hash function for a particular type. (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| 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


