getting message body as text with redepmption?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,
I need to parse the body of a HTML message
and I believe that converting the body to text will help me,
how do I do it?

Note that i need to convert it in memory not to change the message body.

10x
 
The MailItem.Body and HTMLBody return the plain text and HTML content
respectively.
 
Back
Top