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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -