Click or drag to resize
MimeKit

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

Parameters

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