View Single Post
  #2  
Old April 12th 10, 08:16 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Clickable link on Outlook HTML Body



The a href tag is the way to go, for instance:

a href='http://www.whatever.comclick me/a

--
Best regards
Michael Bauer - MVP Outlook
Category Manager - Manage and share your categories:
SAM - The Sending Account Manager:
http://www.vboffice.net/product.html?lang=en


Am Sun, 11 Apr 2010 21:46:17 -0400 schrieb Sreeni:

Hello Everyone,

Please help on below query..

We are using HTML mails for communication with clients. I need to place a

clickable link(URL) in outlook HTML mail body. we are using VB macro for
generating mail. I tried using html code a href= .. but that is not placing
clickable link. For mail body creation I am using object objMail.HTMLBody.

Thanks
Sreenivas.
Submitted using http://www.outlookforums.com

Ads