| HeaderSetContains(HeaderId) Method |
Check if the set of headers contains the specified header.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool Contains(
HeaderId header
)
Parameters
- header HeaderId
- The header identifier.
Return Value
BooleanField Value
Booleantrue if the specified header exists;
otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Determines whether or not the set of headers contains the specified header.
See Also