c# - Programmatically add/edit exchange2010 account -
You have to know that this is the first time I am working with the exchange. I would have to create a program to add / edit account in Exchange 2010. I know that there is a lot of answers about this subject on the Internet, but I have not got any complete tutorial recently, which is how to do it from scratch (all the complete steps).
I want to create AC # or VB (.NET) program (window client, or web or whatever) with this functionality:
- Add a new exchange 2010 email
- List of existing accounts
- Edit an existing account
I know this is very easy for you Maybe, and I know there is a lot of good tutorials out there but like I said, I'm completely new to exchange, and All the tutorials are really complex for me. I
I'm suggesting you, suggesting tutorials, suggestions, something that can help me understand and I hope this question is going to be a lot like Newbill like me. will help.
Exchange Web Services (EWS) SDK does not support this feature.
Your best choice is to use Power-Shell CMDlet. You can open it through C #.
Comments
Post a Comment