Click or drag to resize
MimeKit

InternetAddressListContains Method

Check if the InternetAddressList contains the specified address.

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

Parameters

address  InternetAddress
The address.

Return Value

Boolean
if the specified address exists; otherwise, .

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionaddress is .
Remarks
Determines whether the address list contains the specified address.
See Also