MailAddressCollectionAddRange Method (IEnumerableMailAddress)

Adds addresses to collection

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void AddRange(
	IEnumerable<MailAddress> addresses
)

Parameters

addresses
Type: System.Collections.GenericIEnumerableMailAddress
Enumeration of mail addresses
See Also