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.3.0
Syntax
C#
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

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