Aspose Load Email.Meeting

Hello,

We have following issue about Aspose library:

When we load “Meeting.msg” using code:

Email = Aspose.Email.MailMessage.Load(FileFullName, New Aspose.Email.MsgLoadOptions())

Result Email instance not contains real Date value (actual value is DateTime.MinValue);

Info:
Aspose assembly version: 18.1.0.0
Imported file format: “.msg
Imported file Message Class: “IPM.Schedule.Meeting.Request”
Code for load: Aspose.Email.MailMessage.Load(FileFullName, New Aspose.Email.MsgLoadOptions())

Thank you in advanced.

@DNGB,

Could you please share your sample meeting.msg file with us for investigation at our end? Also, please try it with the latest version of Aspose.Email for .NET 18.4 and see if it helps.

Hello,

Thank you for reply.

Checked for 18.4 version, but same result.

Please see file attached according of your requirments as archived:

Meeting.zip (18.4 KB)

Thank you.

With regards.

@DNGB,

This shows DateTime.MinValue because the message has not been sent yet. The Date field represents the email sent out date time information which is not available for draft messages.

Hello,

I’m using “Free MSG Viewer” which actually shows dates as partial values (not part of some string). So, can we retrive any other Date part ?

@DNGB,

Can you please elaborate your requirements with respect to this about the Date part? The information being unavailable will always be shown like this as you have currently found.