Problem with adding Meeting to Pst

Hi,


I had an Meeting file (attached), I create a Pst file (attached) which contains it, but when I added the pst to Outlook but when I opened the Meeting from the pst, I saw that the format was changed (and corrupted, especially Hebrew and text font & colors [even English])

this is the code:

MapiMessage msg = MapiMessage.FromFile(“Meet.msg”);
MapiCalendar meet = (MapiCalendar)msg.ToMapiMessageItem();
using (PersonalStorage pst = PersonalStorage.Create(“Roi.pst”, FileFormatVersion.Unicode))
{
FolderInfo appFolder = pst.CreatePredefinedFolder(“Appointments”, StandardIpmFolder.Appointments);
appFolder.AddMapiMessageItem(meet);
}

I attached print screen of the Appointment that I loaded, and of the Appointment which I opened from the pst on Outlook.

Please your help,

Thanks,

Roi
Hi Roi,

Thank you for sharing your concern with us.

I was able to reproduce this issue at my end using the latest version of Aspose.Email for .NET 4.9.0 and have logged it as EMAILNET-34671 in our issue tracking system for further investigation by our development team. Once there is any information available in this regard, I'll update you here via this thread.

We are sorry for any inconvenience caused to you.

The issues you have found earlier (filed as EMAILNET-34671) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.