Access 2000 / using VBA to create mail message

T

Terry

Hello,
In Access 2000, I have a VBA procedure that creates an Outlook mail message.
Creating the email is not a problem, but now I would like to insert a
hyperlink. I am using .HTMLBody to insert the message, so I would think
inserting a hyperlink would not be a problem.
Can someone please point me to more info on the Outlook 9.0 VBA references?
Thanks!
Terry
 
T

Terry

Todd,
Thank you for the reply. I am using script very similar to the link you
provided to create the mail message. With the body in HTML is taken care of -
my real issue is inserting a Hyperlink within the body of the message. Even
better, I would like to insert a Hyperlink into a .rtf format mail message,
but I figured HTML format would be easier. I have found that in compiling the
message, there are a lot of "chr(13)" to CR the line and the HTML format
does not recongnize them.

Thanks again for the help.

Terry
 
T

Todd Shillam

Terry,

I'm assuming you are familiar with HTML, are you? If not do some surfing
around HTML sites about creating a hyperlink. Otherwise, I plan on trying
this tomorrow when I am at work--I use some Outlook automation to send
e-mails.

Best regards,

Todd
 
T

Terry

Todd,
Unfortunately, I am not familiar with HTML.
I will look around as you suggest.

Thanks.

Terry
 
Top