Click or drag to resize
MimeKit

UniqueIdMapValues Property

Gets the values.

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

Property Value

IEnumerableUniqueId
The values.

Implements

IReadOnlyDictionaryTKey, TValueValues
Remarks
Gets the values.
See Also