Author |
|
KLINT Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 25 October 2005 at 9:02am | IP Logged
|
|
|
hi
i have problem i have save the mails successfully but i'm not retrieving the save mails .
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 25 October 2005 at 11:38am | IP Logged
|
|
|
If you'd like to load the message (previously saved to disk using Message.SaveMessage method) back to MailBee.Message object, you can use Message.ImportFromFile method.
Code:
Set Msg = CreateObject("MailBee.Message")
Msg.ImportFromFile "C:\Temp\message.eml"
|
|
|
|
Back to Top |
|
|