Class Recipient
Contents
[
Hide
]Recipient class
Represents a Recipient for a MapiMailMessage.
public class Recipient
Constructors
Name | Description |
---|---|
Recipient(string) | Creates a new recipient with the specified address. |
Recipient(string, RecipientType) | 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, RecipientType) | Creates a new recipient with the specified address, display name and recipient type. |
Properties
Name | Description |
---|---|
Address { get; set; } | The email address of this recipient. |
DisplayName { get; set; } | The display name of this recipient. |
RecipientType { get; set; } | How the recipient will receive this message (To, CC, BCC). |
See Also
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email