Check to See if Email has attachments

S

Shashi Bhosale

Hi ,

I have a .msg file stored on my local PC. I want to check if that file
contains any attachments?
Any code?

Thanks in advance,

Shashi
 
D

Dmitry Streblechenko \(MVP\)

Not using the Outlook Object Model (Extended MAPI or Redemption only)
You can use Namespace.CreateItemFromTemplate, but it does not import the
attachments AFAIK.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Top