I have been following the example below to send email using C# code with success: MSDN Mail Message
However, I would like the code to display the composed email message on user machine, so that user can have a final check before hitting send button on outlook.
In the VBA world, I can use mail.Display in place of mail.Send. Can anyone provide some advice to achieve that in C#?
Thanks.