Click or drag to resize
MimeKit

HeaderListRemoveAll(HeaderId) Method

Remove all the headers matching the specified field name.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.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 the headers matching the specified field name.
See Also