Click or drag to resize
MimeKit

InternetAddressListRemove Method

Remove the specified address from the InternetAddressList.

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

Parameters

address  InternetAddress
The address.

Return Value

Boolean
if the address was removed; otherwise, .

Implements

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