Joined |
The JoinedMimeMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| ErrorMessage | Gets or sets an error message associated with Result. This property is only set when Result is not set to Ok. | |
| Message | 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. | |
| Result | 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. |