I’m wondering is that possible to create new eamil account using Exchange Web Service? For example, if I want to register a new account : asdf@mail.local, is that possible to do it using EWS? Thank you.
I’m wondering is that possible to create new eamil account using Exchange Web Service?
Share
EWS is not suited for this task. You would have to automate the Exchange cmdlets (see http://technet.microsoft.com/en-us/library/aa997663.aspx). This can be done from C# for example.