Click or drag to resize
MimeKit

HeaderListAdd(Header) Method

Add the specified header.

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

Parameters

header  Header
The header to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionheader is null.
Remarks
Adds the specified header to the end of the header list.
See Also