View Single Post
  #5  
Old April 14th 09, 01:53 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Html text in Task Item

Here's an additional discussion of this issue:
http://social.msdn.microsoft.com/For...2-fbff26ba3a24.
The KB link that Tim provides shows how to copy RTF content to the clipboard
so it can be pasted into the document using Word objectmodel methods.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Sue Mosher [MVP]" wrote in message
...
Again, there is no HTML content in task items. In order to insert rich
text, you have to work with the Word.Document object returned
byInspector.WordEditor. In other words, you have to use Word object model
methods. You can't just pass a value.

"vito" wrote in message
...
ok, i do have the book but the problem exactly is : I use access 2007 and
Outlook 2007, in access the field is a rich text but when i pass the
value to
task item i get an html text ( with no formatting text).



Ads