Click or drag to resize
MimeKit

HeaderListItem(Int32) Property

Get or set the Header at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public Header this[
	int index
] { get; set; }

Parameters

index  Int32
The index.

Property Value

Header
The header at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets or sets the Header at the specified index.
See Also