Click or drag to resize
MimeKit

DomainListCount Property

Get the number of domains in the DomainList.

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

Property Value

Int32
The number of domains.

Implements

ICollectionTCount
Remarks
Indicates the number of domains in the list.
See Also