简体   繁体   English

以编程方式添加/编辑exchange2010帐户

[英]Programmatically add/edit exchange2010 account

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). 我必须创建一个程序来在Exchange 2010上添加/编辑帐户。我知道互联网上对此主题有很多答案,但是我没有找到任何最新的完整教程来解释如何从头开始(所有步)。

I want to create ac# OR vb (.NET) program (window's client, or web, or whatever) with this functionality : 我想使用此功能创建ac#或vb(.NET)程序(窗口的客户端,Web或其他):

  1. Add a new exchange 2010 email account 添加新的Exchange 2010电子邮件帐户
  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. 我希望这个问题能对像我这样的新手有所帮助。

Exchange Web Services (EWS) SDK does not support this feature. Exchange Web服务(EWS)SDK不支持此功能。

Your best option is to use Power-Shell cmdlet. 最好的选择是使用Power-Shell cmdlet。 You can invoke it via C#. 您可以通过C#调用它。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM