| HeaderListRemove(HeaderId) Method |
Remove the first occurrence of the specified header field.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Remove(
HeaderId id
)
Parameters
- id HeaderId
- The header identifier.
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