blah blah blah is here! blah blah » Close

0
votes
1 answers

C# create calendar appt owa url?

Hi I have been trying to create a calendar appt via a winform with 0 success. After looking around on google i found many examples all of which did not work? I guess this is due to the exchange server setup as we can no longer acc ...

0
votes
0 answers

Simple Office Outlook Addin using C# / cSharp

I've created a very simple Office Outlook addin (using Visual Studio 2010 C#) that displays a Winform when a new message arrives (using NewMailEx), and adds the sender, subject and received time to a listview object that is located on the W ...

0
votes
0 answers

C# Automatically opening a new outlook email (but not sending)

I am trying to open a outlook message and prefill in the to, cc, subject and message body. The problem is the message body is long so I can't use the process.start. I have tried to search around but can't seem to find a solution. Can someon ...

Feedback