Author |
|
Itzik Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 18 June 2005 at 4:41pm | IP Logged
|
|
|
Hi Alex,
I saved email in .eml file, but when I try to read from it like:
oMsg.ImportFromFile "C:\temp\leter.eml"
I get the error:
Object doesn't support this property or method: 'ImportFromFile'
How exactly do I read from .eml file?
Thanks,
Itzik
|
Back to Top |
|
|
Itzik Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 19 June 2005 at 7:15am | IP Logged
|
|
|
O.k Alex, I solved it.
I had to use: Server.CreateObject("MailBee.Message").
Itzik
|
Back to Top |
|
|