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.3.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 null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets or sets the Header at the specified index.
See Also