| HeaderSetRemove(String) Method |
Remove the specified header.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool Remove(
string header
)
Parameters
- header String
- The header.
Return Value
Booleantrue if the specified header was removed;
otherwise
false.
Implements
ICollectionTRemove(T)Exceptions Remarks
Removes the specified header if it exists.
See Also