Some times you want to open microsoft outlook from microsoft winform and then type the mail message and send it. use below one line of code.
System.Diagnostics.Process.Start("mailto:XYZ@XYZ.COM");
System.Diagnostics.Process.Start("mailto:XYZ@XYZ.COM");
0 comments:
Post a Comment