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?
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?