Thursday, July 9, 2009

C#.NET Connect to Microsoft Outlook Calendar Through Exchange?

Hey everyone,





I am writing an app that needs to take a date and time input from a user through .NET and then connect to an Exchange server for Outlook Calendar. Then, it'll add this time and date to the outlook calendar so the admin can view.





This has to be done through Outlook if it's at all possible, else I would set up a database. Is there any way of doing this with C#.Net?





Thanks everyone..

C#.NET Connect to Microsoft Outlook Calendar Through Exchange?
Hello,





You would need to look at the Exchange Server SDK documentation to do the following. Or you could use the outlook exchange COM as a reference.





Exchange Server SDK


http://msdn2.microsoft.com/en-us/exchang...





Example code how to create Outlook appointments with C#


http://www.outlookcode.com/codedetail.as...





Good Luck

peony

No comments:

Post a Comment