Loading and Scaning a link inside of an email and ...

J

Jeffery B Paarsa

Hello,

Email notification comes with a link to a PDF file. I would like to go to
the link and load the PDF and scan it and if I see certain word I would like
to move it to a certain folder...

Any idea how this can be done?
 
D

Dmitry Streblechenko

Read the HTMLBody property, use DOM to load the HTML into an IDocument
object and read the links.
Or simply look for the <a> tags in the HTML body and extract the links.

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

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