Some of the information comes through, but I am unable to open this meeting notice in a PST created by PersonalStorage.
Hi
Thank you very much for your continuous feedback.
I have re-generated the scenario here and found the issue as valid. I have logged a ticket NETWORKNET-33276 for investigation. As soon as I get some response from my development team I will inform you about the status.
One thing to mention that I attached your meeting item with a newly created PST and then opened it in outlook 2010. Here it was opened successfully however partial information was missing. I used the latest library Aspose.Email for .NET ver 1.7.0.
I used the following code to create PST and add meeting item to it.
PersonalStorage pst = PersonalStorage.Create(“InformationLoss.pst”,FileFormatVersion.Unicode);
MapiMessage mapiMsg = MapiMessage.FromFile(“Sprint 14 Planning Meeting.msg”);
pst.RootFolder.AddSubFolder(“Meetings”).AddMessage(mapiMsg);
PersonalStorage pst = PersonalStorage.Create(“InformationLoss.pst”,FileFormatVersion.Unicode);
MapiMessage mapiMsg = MapiMessage.FromFile(“Sprint 14 Planning Meeting.msg”);
pst.RootFolder.AddSubFolder(“Meetings”).AddMessage(mapiMsg);
Best Regards
The issues you have found earlier (filed as NETWORKNET-33276) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.