RecipientCollectionAdd Method (String, String, RecipientType)

Adds a new recipient with the specified address, display name and recipient type to this collection.

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Add(
	string address,
	string displayName,
	RecipientType recipientType
)

Parameters

address
Type: SystemString
displayName
Type: SystemString
recipientType
Type: Aspose.Email.Windows.FormsRecipientType
See Also