Click or drag to resize
MimeKit

HeaderListCount Property

Get the number of headers in the list.

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

Property Value

Int32
The number of headers.

Implements

ICollectionTCount
Remarks
Gets the number of headers in the list.
See Also