1

私はこのリンクを見つけました C#のMailMessageを介してOutlook会議リクエストをキャンセルし、それが示すように試してみました.Outlook会議リクエストのキャンセルを送信しますが、Outlookで「カレンダーから削除」を行っても、会議は削除されません. 回避策または解決策を共有してください。ありがとうございました。

4

1 に答える 1

1

The following link should help you. UID for vcalendar has to be the same one in order for the calendar to be removed. If you do UID= Guid.NewGuid(), it won't remove the calendar. The good idea would be to save the UID somewhere so when you send the cancel appointment request use the saved UID so that it will remove the calendar from client's outlook.

How can I programmatically cancel an outlook meeting with asp.net VB?

于 2016-09-02T15:56:49.840 に答える