Click or drag to resize
MimeKit

UniqueIdMapContainsKey Method

Checks if the specified unique identifier has been remapped.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public bool ContainsKey(
	UniqueId key
)

Parameters

key  UniqueId
The unique identifier.

Return Value

Boolean
if the unique identifier has been remapped; otherwise, .

Implements

IReadOnlyDictionaryTKey, TValueContainsKey(TKey)
Remarks
Checks if the specified unique identifier has been remapped.
See Also