| HeaderListContains(HeaderId) Method |
Check if the
HeaderList contains a header with the specified field name.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Contains(
HeaderId id
)
Parameters
- id HeaderId
- The header identifier.
Return Value
BooleanField Value
Booleantrue if the requested header exists;
otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Determines whether or not the header list contains the specified header.
See Also