| HeaderListRemove(String) Method |
Remove the first occurrence of the specified header field.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Remove(
string field
)
Parameters
- field String
- The name of the header field.
Return Value
BooleanField Value
Booleantrue if the first occurrence of the specified
header was removed; otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Removes the first occurrence of the specified header field, if any exist.
See Also