So, I’ve this POP3/SMTP e-mail client I’m making as my internship project, and I need to show the e-mails to the user. The e-mails are already downloaded and stored in the file-system, with the URI stored inside a database table.
So which would be the best method to show the E-mail to the user?
Thank you in advance.
João Borrego.
It depends. If you only want to show plain text, you’d go for
TextBoxorRichTextBox. If you also want to show HTML content, you’d need to go for theWebBrowsercontrol.