| Author |  | 
      
        | Itzik Guest Group
 
  
 
 Joined: 10 November 2003
 Online Status: Online
 Posts: 262
 | 
          Hi Alex,
           | Posted: 18 June 2005 at 4:41pm | IP Logged |   |  
           | 
 |  
 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
 | 
          O.k Alex, I solved it.
           | Posted: 19 June 2005 at 7:15am | IP Logged |   |  
           | 
 |  
 I had to use: Server.CreateObject("MailBee.Message").
 
 Itzik
 | 
       
        | Back to Top |     | 
       
       
        |  |