T
Tappy Tibbons
We are writing a dotnet app that among other things retrieves messages from
a standard POP3 mailbox, and then performs certain actions with that email
automatically.
Some of the emails are coming in as HTML, which makes the email itself 8
times as large when it comes time to store it, as well as makes it
impossible to display to the user using any sort of standard dotnet control.
Is there a way to STRIP OUT all the html tags and get plain text from it? I
know it is possible, and somewhat easy, as IE can save html as plain text,
and Outlook can easily save the Emails themselves as plain text. All I have
found so far to get this done is some kludgey search and replace routines.
Additionally, does anyone know of a textbox control that can actually
display simple html? I don't think a rich text can, or I can't seem to get
it to.
Thanks....
a standard POP3 mailbox, and then performs certain actions with that email
automatically.
Some of the emails are coming in as HTML, which makes the email itself 8
times as large when it comes time to store it, as well as makes it
impossible to display to the user using any sort of standard dotnet control.
Is there a way to STRIP OUT all the html tags and get plain text from it? I
know it is possible, and somewhat easy, as IE can save html as plain text,
and Outlook can easily save the Emails themselves as plain text. All I have
found so far to get this done is some kludgey search and replace routines.
Additionally, does anyone know of a textbox control that can actually
display simple html? I don't think a rich text can, or I can't seem to get
it to.
Thanks....