Click or drag to resize

DocumentMimePartialMessageId Property

If IsMimePartialMessage is true, then property holds the unique partial message 'id' that all parts (separate MIME files) of the partial message contain.

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

Property Value

String
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