Click or drag to resize
MimeKit

InternetAddressListAdd Method

Add an address to the InternetAddressList.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	InternetAddress address
)

Parameters

address  InternetAddress
The address.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionaddress is null.
Remarks
Adds the specified address to the end of the address list.
See Also