Click or drag to resize
MimeKit

CmsRecipientCollectionCount Property

Gets the number of recipients in the collection.

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

Property Value

Int32
The number of recipients in the collection.

Implements

ICollectionTCount
Remarks
Indicates the number of recipients in the collection.
See Also