How to add hyperlink to appointment body programmatically

J

Jayme.Pechan

When I add a hyperlink to the text in the appointment body through outlook
and then in my program, I display the appointment.body and the hyperlink
shows up as:

HYPERLINK "http://server" Text

If I try to add a hyperlink by inserting the text into the body at runtime,
it shows the text above rather than creating a hyperlink. Is there a
programmatic way of creating hyperlinks at runtime?

thanks.
 
S

Sue Mosher [MVP-Outlook]

Make sure that each link you insert has a blank space or vbCrLf following it. If that doesn't work, show a code snippet and give your Outlook version.
 

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