View Single Post
  #8  
Old June 1st 10, 03:32 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Opening a web URL that points to PDF file...

I have no idea about automating Adobe Acrobat so I can't answer that. I
still don't know exactly what you're doing but there isn't a lot of time to
find out as this newsgroup is being closed by MS today probably.

If you already have an email object you can get the HTMLBody property, which
provides you a string value. You can then use string processing functions to
find an url in the text string. You can search for "www" or "http" to find
an url, you can also look for the HTML "href=" string that indicates that an
url is coming next.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Jeffery B Paarsa" wrote in message
...
Hello,

I am trying to parse emails and pick up the URL inside of the body and
execute a program say Adobe Acrobat or customized program/scripts...
--
Jeff B Paarsa


Ads