Click or drag to resize
MimeKit

IMessagePartialTotal Property

Get the "total" parameter of the Content-Type header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
int? Total { get; }

Property Value

NullableInt32
The total number of parts.
Remarks
The "total" parameter is the total number of pieces that make up the complete message.
See Also