Using EWS Managed API to create appointments for other users?

后端 未结 3 1572
别那么骄傲
别那么骄傲 2021-02-05 17:47

In EWS Managed API is it easy to create an appointment for a specific user:

ExchangeService service = new ExchangeService();
service.Credentials = new NetworkCre         


        
3条回答
  •  盖世英雄少女心
    2021-02-05 18:31

    I figured it out from this article: http://msdn.microsoft.com/en-us/library/dd633680(EXCHG.80).aspx

    You should use the service.ImpersonatedUserId attribute.

提交回复
热议问题