Click or drag to resize
MimeKit

MessageIdListCount Property

Get the number of Message-Ids in the MessageIdList.

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

Property Value

Int32
The number of Message-Ids.

Implements

ICollectionTCount
Remarks
Indicates the number of Message-Ids in the list.
See Also