Click or drag to resize
MimeKit

MessageIdListItem Property

Get or set the Message-Id at the specified index.

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

Parameters

index  Int32
The index.

Property Value

String
The Message-Id at the specified index.

Implements

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