Click or drag to resize
MimeKit

MessagePartialTotal Property

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

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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