How to assign fine grained permission on shared mailboxes?
Posted
by
sudhirc
on Stack Overflow
See other posts from Stack Overflow
or by sudhirc
Published on 2010-12-31T10:48:51Z
Indexed on
2010/12/31
10:54 UTC
Read the original article
Hit count: 292
c#
|exchange2007
Typically you can assign either Full and Sendas permissions to mailboxes using Powershell.
In our organization we have a need to assign other fine grained permissions like editor, reader , author to the shared mailboxes. We are using a third party tool to achieve this. I am pretty happy with the tool except for that fact that it is a GUI only tool.
I am trying to automate the entire process of shared mailbox creation by using a combination of embedded powershell in C# program. All other steps are easy to automate but because this tool is GUI only, I am really struck.
Is there an API method available to to achieve this? I guess EWS API can provide some answer but I really do not know where to start.
© Stack Overflow or respective owner