views:

393

answers:

0

I am trying to implement a small windows application in C#.NET which will allow user to quickly set mailbox delegate rights. I am thinking of seperating this from Outlook, so I want to do it directly with exchange server. The exchange server version I am using is 2003. I have done hours of Google search on it and found CDO, CDOEX, can not be used for remote access, hence WebDav can be used for this.

Anyway I couldnt find a way to set delegate rules in exchange through WebDav. I noted that the mailbox delegate are finally set in the active directory. Can I set delegates through WebDav? If not, what is the way to do that?