Click or drag to resize
MimeKit

HeaderListCollectionItem Property

Gets or sets the HeaderList at the specified index.

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

Parameters

index  Int32
The index.

Property Value

HeaderList
The group of headers at the specified index.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets or sets the HeaderList at the specified index.
See Also