Open outlook By pressing bottom
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello Firends How can I open Microsoft Outlook to send email to the address with press a button in my form ?? Thanks In advance
if outlook is the default email client on the pc then you could use this line of code:
System.Diagnostics.Process.Start("mailto:user@domain.com");
if outlook isnt the default email client on the pc, then whatever is will be opened. -- modified at 12:18 Friday 30th December, 2005