Click or drag to resize

EmailDocumentContentMimePartialMessagePartNumber Property

If IsMimePartialMessage is true, then property holds the index of this partial-message part (valid range: 1 to MimePartialMessageTotalParts).

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

Property Value

NullableInt32
Remarks
This property can be used in conjunction with the other 'MimePartial' properties to find all partial MIME message parts and then re-process all the partial message parts as a whole message.
See Also