I've automated Outlook with VB, but when the message's (RichTextBox) contents are sent to Outlook, only the RTF coding is displayed in the body when the mail is recieved.

The object library for outlook has the body defined as String, and not rich text. Does anyone know how to display the message's contents (WYSIWYG)? Perhaps a newer object library that defines "body" as RTF rather than txt?