How to distinguish between embedded gif vs. attachment?

M

mike kim

I am having some problem with an embedded gif in email body (HTML
format).
This embedded gif is considered as an email attachment when I run the
macro, vbscript. Is there any way tell difference between actually
attachments from this gif?

For example,
For each objAttch in objAttachments
MsgBox "found"
Next

I have message box pop up even I have this embedded gif.
 
Top