Click or drag to resize
MimeKit

HeaderListRemove(Header) Method

Remove the specified header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public bool Remove(
	Header header
)

Parameters

header  Header
The header.

Return Value

Boolean
if the specified header was removed; otherwise, .

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionheader is .
Remarks
Removes the specified header from the list if it exists.
See Also