Click or drag to resize
MimeKit

UniqueIdMapTryGetValue Method

Tries to get the remapped unique identifier.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.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
on success; otherwise, .

Implements

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