VBA Processing of Active E-Mail Message

L

ldb

I am interested in interrogating the active/current e-mail - e.g. getting
list of attached files;; parsing the content, etc.

There doesn't seem to be something like ActiveItem that is akin to
ActiveWorksheet, ActiveProject, or ActiveDocument in other MS Office
applications.

Would appreciate any guidance with this pursuit...

ldb
 
M

Michael Bednarek

I am interested in interrogating the active/current e-mail - e.g. getting
list of attached files;; parsing the content, etc.

There doesn't seem to be something like ActiveItem that is akin to
ActiveWorksheet, ActiveProject, or ActiveDocument in other MS Office
applications.

Would appreciate any guidance with this pursuit...

Have a look at ActiveInspector.CurrentItem .
 
L

ldb

Michael,

Your suggestion was what I was looking for. Apparently, I haven't give the
Inspector class enough consideration.

Thanks,

ldb
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top