Author |
|
gdweb Newbie
Joined: 15 May 2008
Online Status: Offline Posts: 12
|
Posted: 19 May 2008 at 3:17am | IP Logged
|
|
|
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
regards,
gdweb
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 19 May 2008 at 3:43am | IP Logged
|
|
|
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.
Best regards,
Andrew
|
Back to Top |
|
|
gdweb Newbie
Joined: 15 May 2008
Online Status: Offline Posts: 12
|
Posted: 19 May 2008 at 4:04am | IP Logged
|
|
|
thanks a lot; it's working....
regards,
gdweb
|
Back to Top |
|
|