Hi,
When I get the attachments collection count, it gives me the total number of attachments in the attachment field, and the attachments within the message body (i.e. link graphics (.gif files), etc.).
Any way to determine the count within the attachment field-only?
For example, it might say there are 3 attachments, but only one is in the attachment field, and the other two are link graphics or signature graphics.
I tried using Type, but they all return as the same type.
Any help would be greatly appreciated!

Signature
Thanks,
Dennis
Eric Legault [MVP - Outlook] - 14 Sep 2005 21:01 GMT
You'll have to use CDO and look at the PR_ATTACH_FILENAME property in the
Attachment.Fields collection. The value will be empty for the embedded
images.

Signature
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard - http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/
> Hi,
> When I get the attachments collection count, it gives me the total number of attachments in the attachment field, and the attachments within the message body (i.e. link graphics (.gif files), etc.).
> Any way to determine the count within the attachment field-only?
> For example, it might say there are 3 attachments, but only one is in the attachment field, and the other two are link graphics or signature graphics.
> I tried using Type, but they all return as the same type.
> Any help would be greatly appreciated!