I'm looking into HTML editors/textboxes for a small e-mail client I'm writing.
Or I may even be asking the wrong question, or in actuality thinking about it in the wrong way! Such as in Outlook, eM Client, and I'd imagine every other email client that can send HTML.
How would I get (or make) a control using Visual Studio/C# that mimics the email viewers/composing components of the aforementioned existing program examples?
I've tried researching this topic, but I don't really get the results I'm looking for. The closest I've gotten are:
- To some degree use a RichTextbox?
- For the VIEWING part, a web browser control.
What I'm looking for is obviously possible to do, I just can't find HOW to do it or how programs like Outlook are doing it already.