Can one enable or disable a mailbox with the EWS Managed API? -
Can one enable or disable a mailbox with the EWS Managed API? -
one can create, enable , disable mailbox using powershell commands. possible same using ews managed api?
no, ews web service has nil mailbox creation.
here can find operations supported ews. [exchange server 2007] http://msdn.microsoft.com/en-us/library/exchange/bb409286%28v=exchg.80%29.aspx
[exchange server 2010] http://msdn.microsoft.com/en-us/library/exchange/bb409286%28v=exchg.140%29.aspx
[exchange server 2013] http://msdn.microsoft.com/en-us/library/exchange/bb409286%28v=exchg.150%29.aspx
you can write c# application create,enable,disable mailbox using powershell
ews ews-managed-api
Comments
Post a Comment