I'm at a loss on how to update an appointment via...preferably VBScript but VB.Net will work also. We have a process that automatically sends an appointment to a user, but occasionally that appointment needs to be updated. Any way to do this? This script will run on a server, and if needed the account will have full rights to the users mailbox.
You can use CDO for Exchange or CDO 1.21 to do this. Check out the Exchange SDK at http://msdn.microsoft.com/exchange for more info. Tom -- Looking for a good book on programming Exchange, Outlook, ADSI and SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp wrote in message news:1129927442.368069.39410@g44g2000cwa.googlegroups.com... > I'm at a loss on how to update an appointment via...preferably VBScript > but VB.Net will work also. We have a process that automatically sends > an appointment to a user, but occasionally that appointment needs to be > updated. Any way to do this? This script will run on a server, and if > needed the account will have full rights to the users mailbox. >