RecipientCollection.Add
Contents
[
Hide
]Add(string)
Adds a new recipient with the specified address to this collection.
public void Add(string address)
See Also
- class RecipientCollection
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email
Add(string, string)
Adds a new recipient with the specified address and display name to this collection.
public void Add(string address, string displayName)
See Also
- class RecipientCollection
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email
Add(string, RecipientType)
Adds a new recipient with the specified address and recipient type to this collection.
public void Add(string address, RecipientType recipientType)
See Also
- enum RecipientType
- class RecipientCollection
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email
Add(string, string, RecipientType)
Adds a new recipient with the specified address, display name and recipient type to this collection.
public void Add(string address, string displayName, RecipientType recipientType)
See Also
- enum RecipientType
- class RecipientCollection
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email