 | MultipartCount Property |
Get the number of parts in the multipart.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic int Count { get; }
Property Value
Type:
Int32The number of parts in the multipart.
Implements
ICollectionTCount
Remarks
Indicates the number of parts in the multipart.
See Also