I am trying to figure out a way to write a C# console application in Visual Studio that will take a string of “;” separated email addresses and create a New Mail Message (in Microsoft Outlook) addressed to the contacts in the string.
In other words, is there a way to take a string in a console application and then open up an Untitled Message in Outlook with that string in the “To…” field. Any help would be appreciated.
You can write
This will open the user’s default mail client.