Click or drag to resize

JoinedMimeMessageResult Property

Gets or sets the result of MIME partial messages join operation. Check this value to see if the join operation was successful. If successful, the joined message can be saved and/or content extracted from by using the SDK 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 ContentResult Result { get; set; }

Property Value

ContentResult
See Also