Are Rich text and HTML formats supported?

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

I'm currently using both Outlook object and CDO for
Outlook automation from VB/VBA. All the testing has done
so far is using plain text format of emails. I remember
I saw somethere saying that rich text format is not
supported. Could someone confirm if both rich text and
HTML are supported in my case? Thanks. B
 
Using the OOM you certainly use HTML and RTF is possible although harder.
You can also use CDO although that's mostly undocumented. See
www.outlookcode.com for more information.
 
Back
Top