Click or drag to resize

JoinedMimeMessageMessage 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.

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

Property Value

Byte
See Also