Hi,
I am using Aspose.Email.dll (5.3) to work with MSG files.When I Load some MSG files in MAPIMessage what I observe that it doesn’t give me the correct date time.
______________________________________________________________
e.g.
In my one MSG file the Header contain the received date as
Received: by 10.231.147.133 with SMTP id l5cs14016ibv;
Fri, 4 Jun 2010 03:14:49 -0700 (PDT)
when I load this MSG file in MAPIMessage and get the received date time as
f_MailObj.ReceivedDateTime = p_asposeMailObj.DeliveryTime.ToLocalTime();
my local time zone is (UTC-08:00) Pacific Time (US & Canada)
It gives me date time as 6/4/2010 3:14:49 AM
I am getting little bit confuse whether it should give me result as 6/4/2010 3:14:49 AM or
6/4/2010 2:14:49 AM
_____________________________________________________________
Regards,
Shital Diwate