| HeaderListRemove(Header) Method |
Remove the specified header.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Remove(
Header header
)
Parameters
- header Header
- The header.
Return Value
Booleantrue if the specified header was removed;
otherwise
false.
Implements
ICollectionTRemove(T)Exceptions Remarks
Removes the specified header from the list if it exists.
See Also