Click or drag to resize
MimeKit

UniqueIdMapKeys Property

Gets the keys.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerable<UniqueId> Keys { get; }

Property Value

IEnumerableUniqueId
The keys.

Implements

IReadOnlyDictionaryTKey, TValueKeys
Remarks
Gets the keys.
See Also