Click or drag to resize
MimeKit

AccessRightsCount Property

Get the number of access rights 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.

Implements

ICollectionTCount
Remarks
Gets the number of access rights in the collection.
See Also