HTML in Task Body

G

Guest

I am tring to create a link to a file on the Network and have it in the body
of a task. So when the user opens the task they can go directly to the file.

I can do this if I send an eMail as I can access the HTMLBody, however, I
get an error when trying to do this when creating a task. The help file says
that you can use Mail and Post with HTMLBody. Is there a way it can be done
with Tasks.

I know the body of a Task will accept HTML with a link, as if I create the
link to the file in an eMail and copy and paste it into the task it will
work. Therefore the task body accepts HTML, but how do I put it in using
VBScript

Any ideas? Thanks in advance
 
S

Sue Mosher [MVP-Outlook]

Tasks aren't HTML. They're RTF. Enter your link using the Body property, putting it in angle brackets <> if it contains spaces.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
M

Michael Bauer [MVP - Outlook]

Am Sun, 20 Aug 2006 06:40:01 -0700 schrieb K Passaur:

The body format is not HTML, but RTF. You can simply write the link into it:

Body = "<file://d:\name.ext>"
 

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