Click or drag to resize
MimeKit

HeaderListCollectionCount Property

Gets the number of groups in the collection.

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

Property Value

Int32
The number of groups.

Implements

ICollectionTCount
Remarks
Gets the number of groups in the collection.
See Also