
Quote: Originally Posted by
tom982
Nice easy code
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WebmailLauncher
{
class Program
{
static void Main(string[] args)
{
System.Diagnostics.Process.Start("http://www.gmail.com");
}
}
} I've attached the application

LMK if you hit any problems with it. It will use your default web browser.
Tom
Except, I have dumped gMail as my email client

Never know in the future, so I'll keep this as reference and update in the future if needed !