Click or drag to resize
MimeKit

UniqueIdMapTryGetValue Method

Tries to get the remapped unique identifier.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool TryGetValue(
	UniqueId key,
	out UniqueId value
)

Parameters

key  UniqueId
The unique identifier of the message in the source folder.
value  UniqueId
The unique identifier of the message in the destination folder.

Return Value

Boolean
true on success; otherwise, false.

Implements

IReadOnlyDictionaryTKey, TValueTryGetValue(TKey, TValue)
Remarks
Attempts to get the remapped unique identifier.
See Also