Click or drag to resize
MimeKit

FolderNamespaceCollectionCount Property

Gets the number of folder namespaces contained in the collection.

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

Property Value

Int32
The count.
Remarks
Gets the number of folder namespaces contained in the collection.
See Also