MastaLlama![]() Member Posts: 671 From: Houston, TX USA Registered: 08-10-2005 |
Hey everyone, I've written a little program in C#.NET as a console application. I need to port to code over and use it in a .NET WebApp. I'm not even sure where to start! Basically, I'm connecting to Exchange and adding an appointment to someone's calendar. Simple enough but you won't be able to see the code function unless you have Exchange and run this code from the Exchange server (as it needs a ton of references). Here's the code:
Any help would be greatly appreciated! [This message has been edited by mastallama (edited July 18, 2007).] |
|
MastaLlama![]() Member Posts: 671 From: Houston, TX USA Registered: 08-10-2005 |
As a Web App I want to add functionality to this by submitting the values of the appointment date, subject, etc... through a POST or GET. |