Clickable link on Outlook HTML Body

S

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
 
M

Michael Bauer [MVP - Outlook]

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

<a href='http://www.whatever.com>click 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.
 
S

Sreeni

Hi Michel, thanks for your reply. <a href tag I tried but it is not placing clickbale link on outlook HTML body. It works for plain or rich text mail body. Please help if I need to change any other settings in outlook.

mb wrote on Mon, 12 April 2010 03:1
 

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