Exchange services to get list of attendees of a meeting (microsoft outlook) in C#

蹲街弑〆低调 提交于 2019-12-11 20:13:22

问题


I need to use Exchange services to get list of attendees of a meeting (microsoft outlook) in C#. As a suggestion I came across the following link:- Link- Using exchange web services to get the required attendees of a calendaritem? c#

Also I have came across the following link - https://github.com/officedev/ews-managed-api

Apologies but I am a noob to C#. Kindly elucidate the whole process from the scratch.

Thank you in advance :)


回答1:


You can read more EWS and find a sample code in the MSDN library, see EWS Managed API, EWS, and web services in Exchange.



来源:https://stackoverflow.com/questions/27792935/exchange-services-to-get-list-of-attendees-of-a-meeting-microsoft-outlook-in-c

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