A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

HTML in Task Body



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 20th 06, 03:40 PM posted to microsoft.public.outlook.program_vba
K Passaur
external usenet poster
 
Posts: 1
Default HTML in Task Body

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
  #2  
Old August 21st 06, 06:22 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default HTML in Task Body

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"

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


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

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Send an HTML in the body of an e-mail NOT as an attachment rachel Outlook - General Queries 1 July 28th 06 07:25 PM
Adding HTML text to the email body for each recipient Tom at GSD Add-ins for Outlook 2 July 7th 06 12:25 AM
mailto - html in body Giorgio Outlook Express 7 June 21st 06 03:41 PM
Graphics in HTML Body GeorgeMar Outlook and VBA 2 February 27th 06 03:17 PM
sending html in body of outlook xp email Help a Novice Please Outlook - General Queries 3 February 22nd 06 07:50 AM


All times are GMT +1. The time now is 06:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.