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
-
 
Top