Click or drag to resize
MimeKit

InternetAddressListCount Property

Get the number of addresses in the InternetAddressList.

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

Property Value

Int32
The number of addresses.

Implements

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