Programmatically add/edit exchange2010 account

我们两清 提交于 2019-12-23 05:41:40

问题


You have to know this is the first time I am working with exchange. I have to create a program to add/edit account on exchange 2010. I know there's a lot of answer about this topic on the internet, but I did not find any recent complete tutorial that explain how to do it from scratch (all the complete step).

I want to create a c# OR vb (.NET) program (window's client, or web, or whatever) with this functionality :

  1. Add a new exchange 2010 email account
  2. List existing account
  3. Edit existing account

I know it may look simple for a lot of you, and I know there's a lot of good tutorial out there. But like I said, I am completely new to exchange, and all these tutorial look really complex to me.

I am asking you suggestion , tutorial, tips, something that can help me to understand. And I hope this question will help a lot of newb like me.


回答1:


Exchange Web Services (EWS) SDK does not support this feature.

Your best option is to use Power-Shell cmdlet. You can invoke it via C#.

http://technet.microsoft.com/en-us/magazine/ff381465.aspx



来源:https://stackoverflow.com/questions/23344138/programmatically-add-edit-exchange2010-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!