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

Outlook 2003 Script: Pb body format



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 30th 06, 04:40 PM posted to microsoft.public.outlook.program_vba
news.microsoft.com
external usenet poster
 
Posts: 65
Default Outlook 2003 Script: Pb body format

Hi all,

I have a personal task form that generate a mail and send it


1) When I save the task I loose all the modification that I made on the text
(task body) exp Bold and colored text became simple Text

any idea ?


  #2  
Old October 30th 06, 04:56 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 Script: Pb body format

"Save the task" programmatically? Manually?

A task body is rich-text, but the Outlook object model provides no way to set formatting in rich-text items. See http://www.outlookcode.com/d/formatmsg.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"news.microsoft.com" wrote in message ...
Hi all,

I have a personal task form that generate a mail and send it


1) When I save the task I loose all the modification that I made on the text
(task body) exp Bold and colored text became simple Text

any idea ?


  #3  
Old October 30th 06, 05:07 PM posted to microsoft.public.outlook.program_vba
news.microsoft.com
external usenet poster
 
Posts: 65
Default Outlook 2003 Script: Pb body format

Hi Sue,

I tryed the two ways and the result is the same when I re-open the saved
task all my body is in Simple text format.......




"Sue Mosher [MVP-Outlook]" a écrit dans le message
de news: ...
"Save the task" programmatically? Manually?

A task body is rich-text, but the Outlook object model provides no way to
set formatting in rich-text items. See
http://www.outlookcode.com/d/formatmsg.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"news.microsoft.com" wrote in message
...
Hi all,

I have a personal task form that generate a mail and send it


1) When I save the task I loose all the modification that I made on the
text
(task body) exp Bold and colored text became simple Text

any idea ?




  #4  
Old October 30th 06, 05:17 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 Script: Pb body format

Did you understand what I wrote about the task body and setting it programmatically?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"news.microsoft.com" wrote in message ...
Hi Sue,

I tryed the two ways and the result is the same when I re-open the saved
task all my body is in Simple text format.......

"Sue Mosher [MVP-Outlook]" a écrit dans le message
de news: ...
"Save the task" programmatically? Manually?

A task body is rich-text, but the Outlook object model provides no way to
set formatting in rich-text items. See
http://www.outlookcode.com/d/formatmsg.htm

"news.microsoft.com" wrote in message
...
Hi all,

I have a personal task form that generate a mail and send it


1) When I save the task I loose all the modification that I made on the
text
(task body) exp Bold and colored text became simple Text

any idea ?




  #5  
Old October 30th 06, 07:43 PM posted to microsoft.public.outlook.program_vba
bbnimda
external usenet poster
 
Posts: 29
Default Outlook 2003 Script: Pb body format

I'm still working on it , (programmaticaly) it's complicated.....


but why there must be no Problem if I set the parameters manually ? m'I
wrong ?


"Sue Mosher [MVP-Outlook]" a écrit dans le message
de news: ...
Did you understand what I wrote about the task body and setting it
programmatically?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"news.microsoft.com" wrote in message
...
Hi Sue,

I tryed the two ways and the result is the same when I re-open the
saved
task all my body is in Simple text format.......

"Sue Mosher [MVP-Outlook]" a écrit dans le
message
de news: ...
"Save the task" programmatically? Manually?

A task body is rich-text, but the Outlook object model provides no way to
set formatting in rich-text items. See
http://www.outlookcode.com/d/formatmsg.htm

"news.microsoft.com" wrote in message
...
Hi all,

I have a personal task form that generate a mail and send it


1) When I save the task I loose all the modification that I made on the
text
(task body) exp Bold and colored text became simple Text

any idea ?






  #6  
Old October 30th 06, 08:05 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 Script: Pb body format

We can't look over your shoulder and see how you're doing it. Only if you provide exact steps to reproduce the problem is it possible to comment.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"bbnimda" wrote in message ...
I'm still working on it , (programmaticaly) it's complicated.....


but why there must be no Problem if I set the parameters manually ? m'I
wrong ?


"Sue Mosher [MVP-Outlook]" a écrit dans le message
de news: ...
Did you understand what I wrote about the task body and setting it
programmatically?

"news.microsoft.com" wrote in message
...
Hi Sue,

I tryed the two ways and the result is the same when I re-open the
saved
task all my body is in Simple text format.......

"Sue Mosher [MVP-Outlook]" a écrit dans le
message
de news: ...
"Save the task" programmatically? Manually?

A task body is rich-text, but the Outlook object model provides no way to
set formatting in rich-text items. See
http://www.outlookcode.com/d/formatmsg.htm

"news.microsoft.com" wrote in message
...
Hi all,

I have a personal task form that generate a mail and send it


1) When I save the task I loose all the modification that I made on the
text
(task body) exp Bold and colored text became simple Text

any idea ?






 




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
How to get the mail body format of the outlook 2000 Laxman Add-ins for Outlook 4 June 30th 06 06:05 PM
Script Not run in outlook 2003 Joey Outlook and VBA 4 May 19th 06 03:10 PM
syntax problem 'body format' philippe Outlook - Using Forms 1 May 3rd 06 02:00 PM
How to change CONTACTS format on outlook 2003 to previous format Changing format of all contact records Outlook - Using Contacts 3 March 15th 06 11:51 PM
Script to search Outlook message body aptrsn1 Outlook and VBA 1 January 27th 06 04:42 PM


All times are GMT +1. The time now is 09:23 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.