Change organizer of outlook AppointmentItem via VSTO

…衆ロ難τιáo~ 提交于 2019-12-02 08:11:24

My understanding is that if you want to change the meeting organizer, you would need to cancel the meeting and have the new organizer send out the meeting invite. There is no way to transfer or change the organizer.

From Outlook meeting requests: Essential do’s and don’ts:

If a recurring meeting is changing to a new organizer, there is not a way to reassign the ownership of the meeting. The original organizer should send an update with a new end date — the past meetings remain on everyone’s calendars, but future occurrences after the end date are removed. The new meeting organizer should send a new meeting request for meetings in the future.

after some research, I have used Exchange Server Web Services api to impersonate another user and create appointments on behalf of that user.

for more info: http://msdn.microsoft.com/en-us/library/dd637749%28v=exchg.80%29.aspx

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