Exchange Web Services Managed API: Accessing other users items
问题 Is it possibly to access the folders and items of other Exchange accounts other than the one of the logged in user? Can I do this via Exchange Web Services Managed API? 回答1: Yes it is possible, but you should know the password of the other user or grab in some ways this credentials ( NetworkCredential object). The typical first lines of you code could be ExchangeService myService = new ExchangeService (ExchangeVersion.Exchange2007_SP1); myService.Credentials = new NetworkCredential ("user