Parsing msg files
I am trying to do something which would seem to be simple.
I need to parse message files (.msg extensions) in order to find certain
words in the content of the message.
I thought that the simplest way would be to parse these files as if they
were text files (using Stream Reader).
The problem comes that some of these messages are sent in an HTML format, so
parsing them with a stream reader omits a great deal of the text, or turns
it into gibberish.
I wish to parse the text after it is changed into a source file (as if I
were to right click on the message and choose view source) once this is done
all the content is presented in an HTML code which I CAN parse as text
I am sure that there is an object in the Framework that can handle this
case, but I dont know how.
Please help.
Thanks
David
Please feel free to Email me at david@top4.com

