MailAddressCollectionAdd Method (String)

Add a list of e-mail addresses to the collection.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Add(
	string addresses
)

Parameters

addresses
Type: SystemString
An address list. Addresses must be separated with a comma character.
See Also