| Author |  | 
      
        | talaattito Groupie
 
  
  
 Joined: 05 October 2011
 Location: Egypt
 Online Status: Offline
 Posts: 44
 | 
          please this is my code
           | Posted: 25 November 2012 at 12:31am | IP Logged |   |  
           | 
 |  -------------------------------------
 Dim msg As New MailMessage
 msg = pop.DownloadEntireMessage("1")
 msg.GetHtmlAndSaveRelatedFiles()
 msg.Parser.HtmlToPlainMode = HtmlToPlainAutoConvert.IfNoPlain
 txtsubject.Text = msg.Subject
 fromstr = msg.From.Email.ToString
 If msg.BodyHtmlText = "" Then
 txtbody.InnerText = msg.BodyPlainText
 Else
 txtbody.InnerHtml = msg.BodyHtmlText
 End If
 msg.Attachments.SaveAll("c:\Temp\")
 -------------------------------------------------
 my problem is embeded images not appear in the body what is the wrong of my code
 please help me
 im using mailbee.net 7.2
 thanks
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6167
 | 
          I've responded to this one here.
           | Posted: 26 November 2012 at 12:38am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |