MailKit Documentation
MailKit Documentation
API Reference
MimeKit
InternetAddressList Class
InternetAddressList Methods
Add Method
AddRange Method
Clear Method
CompareTo Method
Contains Method
CopyTo Method
Equals Method
GetEnumerator Method
GetHashCode Method
IndexOf Method
Insert Method
Parse Method
Remove Method
RemoveAt Method
ToString Method
TryParse Method
Internet
Address
List
Contains Method
Check if the
InternetAddressList
contains the specified address.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
Copy
public
bool
Contains
(
InternetAddress
address
)
Parameters
address
InternetAddress
The address.
Return Value
Boolean
if the specified address exists; otherwise,
.
Implements
ICollection
T
Contains(T)
Exceptions
Exception
Condition
ArgumentNullException
address
is
.
Remarks
Determines whether the address list contains the specified address.
See Also
Reference
InternetAddressList Class
MimeKit Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast