Click or drag to resize
MimeKit

MultipartCount Property

Get the number of parts in the multipart.

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

Property Value

Int32
The number of parts in the multipart.

Implements

ICollectionTCount
Remarks
Indicates the number of parts in the multipart.
See Also