how to set Journal Body image and save it to pst in Aspose.email for .NET. Also give all property to set body image.
I’m using :
MapiJournal journal = new MapiJournal();
if (journal_fields.BodyType == “HTML”)
{
f…...Position = 0; MapiMessage finalMsg = MapiMessage.Load(ms); folder...can drop the Save(ms) → MapiMessage.Load(ms) round-trip entirely...