Find No of Attachments

V

Vadhimoo

Hi ,

Is there any possible to find the No of Attachments in the mail?
If the attached mail having multiple attachments mean how can we read or
show using code..?

Thanks in advance in your reply.
 
K

Ken Slovak - [MVP - Outlook]

You mean Item.Attachments.Count?

If you want attachments that attached to an email that's embedded as an
attachment to another email you'd have to save out the embedded attachment
and open that and check its Attachments.Count.
 
Top