Click or drag to resize
MimeKit

UniqueIdSetItem Property

Gets or sets the unique identifier at the specified index.

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

Parameters

index  Int32
The index.

Property Value

UniqueId
The unique identifier at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
NotSupportedException The list does not support setting items.
Remarks
Gets or sets the unique identifier at the specified index.
See Also