| HeaderListContains(String) 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(
string field
)
Parameters
- field String
- The name of the header field.
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