Hi guys,
Hi,
Thank you for writing to Aspose support team.
Could you please confirm to us if you have initialized the license in your application? Because this is an evaluation limitation when the API is used without instantiating a license. If you don’t have a license, you may try it out with a 30-day temporary license free of cost. Please let us know if we can be of any help to you in this regard.
We are currently in the state where we tested Aspose with trial and going to buy license so if you can confirm my test project is working as expected with paid license that’s all I need to know.
Hi Marek,
Please find a 30-day temporary license as attached with this email. I have tested this issue using the attached file and latest version of Aspose.Email for .NET 5.0.0, and it works fine. Please try it at your end and let us know if we can be of any help to you in this regard.
Sample Code:
MapiMessage mapiMsg = MapiMessage.FromFile(“test.msg”);
File.Delete(“test.pst”);
PersonalStorage pst = PersonalStorage.Create(“Test.pst”, FileFormatVersion.Unicode);
FolderInfo fi = pst.CreatePredefinedFolder(“Inbox”, StandardIpmFolder.Inbox);
fi.AddMessage(mapiMsg);
pst.Dispose();
Hi Kashif,
Hi Marek,