Html text in Task Item

  • Thread starter Thread starter vito
  • Start date Start date
V

vito

I want to insert programmaticaly (vba) an html text in Body, but it doesn't
work.
I can do it in the email body (with htmlbody), but i can not do it in task
item.
Any suggestion
 
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).
 
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.
 

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

Back
Top