Is there any way to view an email using MailMessage rather than sending the message. I am using SmtpClient to send the messages but in some cases the email needs to be reviewed and then manually sent by the user.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no builtin method in SmtpClient class to review the email. You have to manually review the message.
Before sending you have to review the email manully.
You can use WebBrowser object to view the body part of the email to see how receiver will see the email.
Other reviewing also have to done manually.