Click or drag to resize
MimeKit

HeaderListInsert(Int32, Header) Method

Insert the specified header at the given index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public void Insert(
	int index,
	Header header
)

Parameters

index  Int32
The index to insert the header.
header  Header
The header.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentNullExceptionheader is .
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Inserts the header at the specified index in the list.
See Also