Click or drag to resize

JoinedMimeMessage Properties

The JoinedMimeMessage type exposes the following members.

Properties
 NameDescription
Public propertyErrorMessage Gets or sets an error message associated with Result. This property is only set when Result is not set to Ok.
Public propertyMessage 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.
Public propertyResult 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.
Top
See Also