Click or drag to resize
MimeKit

HeaderListCollectionContains Method

Checks if the collection contains the specified group of headers.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptiongroup is null.
Remarks
Determines whether or not the collection contains the specified group of headers.
See Also