Click or drag to resize
MimeKit

AttachmentCollectionCount Property

Get the number of attachments currently in the collection.

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

Property Value

Int32
The number of attachments.

Implements

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