MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueIdMap Class
UniqueIdMap Methods
ContainsKey Method
GetEnumerator Method
TryGetValue Method
Unique
Id
Map
Contains
Key Method
Checks if the specified unique identifier has been remapped.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
ContainsKey
(
UniqueId
key
)
Parameters
key
UniqueId
The unique identifier.
Return Value
Boolean
true
if the unique identifier has been remapped; otherwise,
false
.
Implements
IReadOnlyDictionary
TKey, TValue
ContainsKey(TKey)
Remarks
Checks if the specified unique identifier has been remapped.
See Also
Reference
UniqueIdMap Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast