Joined Mime MessageMessage Property
If Result value is Ok, then this property will contain the joined MIME message as a byte array.
The user can save the joined message byte array to disk and/or wrap it in a MemoryStream and then identify it and
then content extract it via the content extractor factory.
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 byte[] Message { get; set; }