Embedded gif image is shown as attachment

M

mike kim

First, I am trying convert email message to pdf using Acrobat
PDFWriter.
If email has embedded gif image, pdfwriter converts it except this gif
image.
Any idea?

Second, when I check for the attachments using the following code,
this embedded gif is considered as an attachment.

For Each objAttachment In objMsg.Attachments
Msgbox "Attachment found"
Next
Is there any way I can distinguish from embedded gif from the regular
attachment?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top