Click or drag to resize
MimeKit

HeaderListRemoveAll(String) 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(
	string field
)

Parameters

field  String
The name of the header field.
Exceptions
ExceptionCondition
ArgumentNullExceptionfield is .
Remarks
Removes all the headers matching the specified field name.
See Also