Author |
|
Alexandre Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 16 September 2005 at 8:42am | IP Logged
|
|
|
Hi,
I trying to open messages from directories stored in my Server... But, when i try to use Message.ImportFile, the message is not decodified... The all fields, from, to, body, etc... is not suplied.
My Code:
Dim message
Set message = Server.CreateObject("MailBee.Message")
message.Locked = false
message.ImportFromFile "c:\web\mywebmail\msgs\msg1.eml"
If i execute : Response.Write message.RawBody, i see, that MIME code of email is suplied correctly. If i execute : Response.Write message.PureFromAddr or any other fields of the email, i see nothing...
Please Help-me
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 16 September 2005 at 3:09pm | IP Logged
|
|
|
Could you please send us the problem email to support@afterlogic.com so we would be able to investigate it and help you with this issue?
Regards,
Alex
|
Back to Top |
|
|