Click or drag to resize
MimeKit

HeaderListReplace(Header) Method

Replace all headers with identical field names with the single specified header.

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

Parameters

header  Header
The header.
Exceptions
ExceptionCondition
ArgumentNullExceptionheader is .
Remarks

Replaces all headers with identical field names with the single specified header.

If no headers with the specified field name exist, it is simply added.

See Also