Click or drag to resize
MimeKit

HeaderListRemoveAll(HeaderId) Method

Remove all of the headers matching the specified field name.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void RemoveAll(
	HeaderId id
)

Parameters

id  HeaderId
The header identifier.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionid is not a valid HeaderId.
Remarks
Removes all of the headers matching the specified field name.
See Also