Click or drag to resize

DocumentMimePartialMessageTotalParts Property

If IsMimePartialMessage is true, then property holds the total number of message parts. It is not always guaranteed that each message part will have the total parts set in MIME 'ContentType' header value, often it is just the first or last message part that has this value set.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public int? MimePartialMessageTotalParts { get; set; }

Property Value

NullableInt32
Remarks
This property can be used to find all partial MIME message parts and then re-process all the partial message parts as a whole message.
See Also