Click or drag to resize
MimeKit

HeaderSetContains(String) Method

Check if the set of headers contains the specified header.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool Contains(
	string header
)

Parameters

header  String
The name of the header.

Return Value

Boolean

Field Value

Boolean
true if the specified header exists; otherwise

Field Value

Boolean
false.

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionheader is null.
Remarks
Determines whether or not the set of headers contains the specified header.
See Also