RecipientCollectionAdd Method (String, String)

Adds a new recipient with the specified address and display name 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
)

Parameters

address
Type: SystemString
displayName
Type: SystemString
See Also