MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueIdMap Class
UniqueIdMap Properties
Count Property
Destination Property
Item Property
Keys Property
Source Property
Values Property
Unique
Id
Map
Item Property
Gets the remapped unique identifier.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
IReadOnlyDictionary
TKey, TValue
Item
TKey
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is out of range.
Remarks
Gets the remapped unique identifier.
See Also
Reference
UniqueIdMap Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast