473,396 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Hyperlink in email body question

I can store in a a hyperlink like this
ClickMe#http://www.test.com
in Access

ClickMe is the display text, http://www.test.com the address.

Is it possible, using SendObject, to send this hyperlink in the email
body so that "Click Me" will be the typical blue underlined value
displayed and the http reference the underlying value that will be
jumped to when Click Me is clicked in the email body?

The link I want to send will be rather long and simply passing the
address will be unacceptable.

If SendObject won't pass muster, can it be done with automation. Ex:
.Body = "<a href=" & Chr(34) & "http://www.Test.com/" & Chr(34) &
">ClickMe</a>"

If you know how to insert the display text and link address in the email
body I'd sure like to hear from you on how you do it.
Jun 28 '07 #1
1 6135
salad wrote:

If SendObject won't pass muster, can it be done with automation. Ex:
.Body = "<a href=" & Chr(34) & "http://www.Test.com/" & Chr(34) &
">ClickMe</a>"

If you know how to insert the display text and link address in the email
body I'd sure like to hear from you on how you do it.
Got an answer on that from guru Sue Mosher. Instead of using
.Body ...
it needs to be changed to
.HTMLBody ...

Just in case you ever want to display text instead of the link in an email.
Jun 28 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: niv | last post by:
i have a database, one of the fields is a hyperlink to a htm file. i want to activate it automaticly as the asp file is loaded no click is needed.so that the background of the BODY part will...
27
by: aa | last post by:
Thought this question might be out of this NG's scope, there are always knowledgable people who might hava an answer. A hyperlink to a shortcut to a file returnes an empty screen, and the source...
2
by: Rob Rogers | last post by:
I am old programmer, but this asp.net stuff throws me for a loop. I have an asp.net page that I need to create a dynamic hyperlink from based on the user selection from the drop down list and...
6
by: Steve Chatham | last post by:
This ought to be simple, but I've not been able to figure out how to do this. I have a request to create a list from a sql database to be displayed in a datagrid on an asp web page. So far,...
10
by: Ian Kelly | last post by:
Hi All, Does anyone know how to execute a hyperlink programically? I need to create and send an email message, but I need to have the default mail editor loaded and populated with the message...
5
by: Wayne Wengert | last post by:
I am trying to build an aspx page that will send customized emails to a list of email addresses (in a SQL Server table) where each email has a customized hyperlink. As part of the body of the...
1
by: jodyblau | last post by:
I have noticed that if you right click on a hyperlink field and edit the hyperlink, you can set it to be an email address and open up Outlook when it is clicked. I have been trying to set this...
5
by: JJ297 | last post by:
Could someone please tell me what I'm doing wrong? When I click on the submit button under button click I have the following code to send a generated email. I want to capture the QuesID from...
2
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi, I am creating emails dynamically using C# and would like to place a hyperlink in the email body before sending it out. I added the text for what I thought was a hyperlink but the email just...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.