Click or drag to resize
MimeKit

InternetAddressListAddRange Method

Add a collection of addresses to the InternetAddressList.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void AddRange(
	IEnumerable<InternetAddress> addresses
)

Parameters

addresses  IEnumerableInternetAddress
A colelction of addresses.
Exceptions
ExceptionCondition
ArgumentNullExceptionaddresses is null.
Remarks
Adds a range of addresses to the end of the address list.
See Also