Click or drag to resize
MimeKit

InternetAddressListRemove Method

Remove the specified address from the InternetAddressList.

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

Parameters

address  InternetAddress
The address.

Return Value

Boolean

Field Value

Boolean
true if the address was removed; otherwise

Field Value

Boolean
false.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionaddress is null.
Remarks
Removes the specified address.
See Also