Click or drag to resize
MimeKit

UniqueIdMapCount Property

Gets the number of unique identifiers that have been remapped.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public int Count { get; }

Property Value

Int32
The count.

Implements

IReadOnlyCollectionTCount
Remarks
Gets the number of unique identifiers that have been remapped.
See Also