Mapi/Mail Message Load/Save Stream

Hello
Aspose MailMessage and MapiMessage when loading from MemoryStream, do I have to set the:
MemoryStream.Position = 0
Before .Load / .LoadFromBlah?
Or Aspose does it internally?
Same about .Save
Thanks :slight_smile:

Hello @australian.dev.nerds,

No, Aspose.Email doesn’t do it internally

1 Like

Thank you so much for confirmation, btw, do you know if these 2 options will be added in 23.4?

save as mht with full headers
HtmlFormatOptions.RenderTaskFields

Hello @australian.dev.nerds,

The implementation of these 2 options is planned for this month. I hope so much that it will be published in 23.4.

1 Like