Hi,
I need some help with .NET (C#) and MS Outlook. I'm building a simple desktop application and want to send an e-mail using Outlook.
If my desktop app generates a message, it should be able to send it as an email via outlook (we can assume outlook is running on the same PC) - a very simple operation.
If I can do 1, that's great. If possible, I would like to be able to insert items to the outlook calendar.
I'm using VS 2008 professional and C#, the target will be .NET 3.5
Any help, sample code is very appreciated.