reading RTF message Body, outlook automation
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know how to read/ get the body of message which is in RTF format.. from outlook mailitem? I could read the message bodies which have either html or plain text format and store it in msg ( msg = String)... but whenever I tried to get the body with RTF format.. I lost all the text format like bold, table, etc.. I tried to used mailItem.HTMLBody and it gave me empty string sicne it is only work for HTML body... So I found another article [URL=http://support.microsoft.com/default.aspx?scid=kb;en-us;172038\]on Microsoft about reading and writing the RTF body message dll [/URL]. I tried to use it but it doesn't work either.. maybe i'm using the wrong way.. anybody used it before???