Outlook Scripting

  • Thread starter Thread starter bbnimda
  • Start date Start date
B

bbnimda

Hi

I use a personalised Form (task) and i fill automaticaly the body with
some infomation each time some one open the task,

I add the name and the date all is working but did'n't find the way to
make the text I add colored and bold

Can some one tell me how to use font effect in a body


thks
 
Hi,

I search since long hours but stil didn't found how to add a text to the
body using italic and bold and red font

did'I tell you that I'm "newbies" in VBS and VBA ???

Thk's

"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le message
de [email protected]...
See http://www.outlookcode.com/d/formatmsg.htm

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
What you should have learned from that page is that there is no simple way to do what you want to do. Because task bodies are rich-text format, you have only the CDO+extra .dll and Redemption SafeInspector methods to choose from.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

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


news.microsoft.com said:
Hi,

I search since long hours but stil didn't found how to add a text to the
body using italic and bold and red font

did'I tell you that I'm "newbies" in VBS and VBA ???

Thk's

"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le message
de news: [email protected]...
 
Back
Top