MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderListCollection Class
HeaderListCollection Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Remove Method
Header
List
Collection
Contains Method
Checks if the collection contains the specified group of headers.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
Contains
(
HeaderList
group
)
Parameters
group
HeaderList
The group of headers.
Return Value
Boolean
Field Value
Boolean
true if the specified group of headers is contained; otherwise,
Field Value
Boolean
false.
Implements
ICollection
T
Contains(T)
Exceptions
Exception
Condition
ArgumentNullException
group
is
null
.
Remarks
Determines whether or not the collection contains the specified group of headers.
See Also
Reference
HeaderListCollection Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast