MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueIdMap Class
UniqueIdMap Methods
ContainsKey Method
GetEnumerator Method
TryGetValue Method
Unique
Id
Map
Try
Get
Value Method
Tries to get the remapped unique identifier.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
IReadOnlyDictionary
TKey, TValue
TryGetValue(TKey, TValue
)
Remarks
Attempts to get the remapped unique identifier.
See Also
Reference
UniqueIdMap Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast