Recipient
Contents
[
Hide
]
Recipient constructor (1 of 4)
Creates a new recipient with the specified address.
public Recipient(string address)
See Also
- class Recipient
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email
Recipient constructor (2 of 4)
Creates a new recipient with the specified address and display name.
public Recipient(string address, string displayName)
See Also
- class Recipient
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email
Recipient constructor (3 of 4)
Creates a new recipient with the specified address and recipient type.
public Recipient(string address, RecipientType recipientType)
See Also
- enum RecipientType
- class Recipient
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email
Recipient constructor (4 of 4)
Creates a new recipient with the specified address, display name and recipient type.
public Recipient(string address, string displayName, RecipientType recipientType)
See Also
- enum RecipientType
- class Recipient
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email