Email Document ContentMime Partial Message Id Property
If IsMimePartialMessage is true, then property holds the unique partial-message 'id' that all parts (separate MIME files) of the partial message contain.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
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 string MimePartialMessageId { get; set; }Property Value
StringRemarks
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.