DocumentMime Partial Message Part Number Property
If IsMimePartialMessage is true, then property holds the index (out of 1 to MimePartialMessageTotalParts) of this message part.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public int? MimePartialMessagePartNumber { get; set; }Property Value
NullableInt32Remarks
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.