| Author |  | 
      
        | itzik Guest Group
 
  
 
 Joined: 10 November 2003
 Online Status: Online
 Posts: 262
 | 
          Hi Alex,
           | Posted: 09 June 2005 at 8:53am | IP Logged |   |  
           | 
 |  
 When I get mail with picture insert(not as attachment!) I get missing pic in the spot of the pic in the bodytext.
 
 Is there any way to get mail complete text+picture?
 
 Thanks,
 Itzik
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Alex AfterLogic Support
 
  
  
 Joined: 19 November 2003
 Online Status: Offline
 Posts: 2207
 | 
          Use MailBee HTML Viewer API. For displaying HTML message with embedded pictures on the web, Message.GetBodyWithEmbeddedObjectsEx is the primary method.
           | Posted: 09 June 2005 at 10:28am | IP Logged |   |  
           | 
 |  
 Since displaying such HTML messages requires image files to be saved to disk first (and GetBodyWithEmbeddedObjectsEx does this), you must also remove temporary files after the user has finished viewing the message. Use Message.RemoveMessageDirectory for this).
 
 Regards,
 Alex
 | 
       
        | Back to Top |     | 
       
       
        |  |