| Author |  | 
      
        | gdweb Newbie
 
  
 
 Joined: 15 May 2008
 Online Status: Offline
 Posts: 12
 | 
          We have bought your product Mailbee .Net Object recently for our project. now while developing the pop3 mail we have a problem - if any incoming mail has any embedded images on it - the images are showing in the mail body, also they are appearing in the attachment list. But while tracking those attachments the attachments are not showing. to show the embedded images we are using msg.GetHtmlAndSaveRelatedFiles() method as per your previous suggestion. now how to recover the above problem to block the embedded images as attachments
           | Posted: 19 May 2008 at 3:17am | IP Logged |   |  
           | 
 |  
 regards,
 gdweb
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Andrew AfterLogic Support
 
  
 
 Joined: 28 April 2006
 Location: United States
 Online Status: Offline
 Posts: 1189
 | 
          Embedded images are usual attachments, but with special inline attribute. If you don't want them to appear in attachments list, just skip attachments which have Attachment.IsInline property set to true.
           | Posted: 19 May 2008 at 3:43am | IP Logged |   |  
           | 
 |  
 Best regards,
 Andrew
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | gdweb Newbie
 
  
 
 Joined: 15 May 2008
 Online Status: Offline
 Posts: 12
 | 
          thanks a lot; it's working....
           | Posted: 19 May 2008 at 4:04am | IP Logged |   |  
           | 
 |  
 regards,
 gdweb
 | 
       
        | Back to Top |     | 
       
       
        |  |