Author |
|
namtuk Newbie
Joined: 18 December 2006 Location: France
Online Status: Offline Posts: 35
|
Posted: 04 September 2013 at 1:12am | IP Logged
|
|
|
Dear,
Using latest version 7.3, i convert eml file to msg, working fine except the email sent hour which is not correct, always have -1 hour in the msg file (for example eml has 9:00 for email sent, the msg will have 8:00).
Here the code:
Dim _conv As New MailBee.Outlook.MsgConvert
_conv.EmlToMsg("eml file", "msg file")
OR from memory
_conv.MailMessageToMsg(_msg, "msg file")
_conv = Nothing
Regards
Jc
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 04 September 2013 at 1:47am | IP Logged
|
|
|
Does this occur with the latest version of the DLL? There are downloads for .NET Framework 2.0 or above, and for .NET Framework 4.0 or above.
If the issue persists with the latest build, please provide us with sample EML message via HelpDesk.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
namtuk Newbie
Joined: 18 December 2006 Location: France
Online Status: Offline Posts: 35
|
Posted: 05 September 2013 at 6:39am | IP Logged
|
|
|
Latest built (7.3.4.416) solves the problem, thank you.
|
Back to Top |
|
|