| Author |  | 
      
        | jtsr Newbie
 
  
 
 Joined: 20 February 2019
 Location: Australia
 Online Status: Offline
 Posts: 8
 | 
          Is it possible to open and MSG file and stream it to an EML reader?
           | Posted: 26 March 2019 at 1:32pm | IP Logged |   |  
           | 
 |  
 I'm trying to avoid the writing of the EML file after it has been converted from MSG format. I'd like to simply open the MSG file and display it like the MIME class does for EML.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Hello,
           | Posted: 27 March 2019 at 1:39am | IP Logged |   |  
           | 
 |  
 There's MsgToEml method overload dealing with streams:
 
 MsgConvertMsgToEml Method (Stream, Stream)
 
 Does it help?
 
 --
 Regards,
 Igor, Afterlogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |