Click or drag to resize
MimeKit

UniqueIdMapItem Property

Gets the remapped unique identifier.

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

Parameters

index  UniqueId
The unique identifier of the message in the source folder.

Property Value

UniqueId
The remapped unique identifier.

Implements

IReadOnlyDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets the remapped unique identifier.
See Also