I use the EWS managed API "SubscribeToPushNotifications" to get the notification from Exchange when an appointment is created or modified. It works successfully that I can receive the notifications from Exchange when an appointment is created or modified.
But when I just add or delete a participant in an existing appointment and save(send) this appointment. I can not receive the nofitication from Exchange.
My Question is how to receive the notification from Exchane when I just add or delete a participant in an existing appointment.
By the way, the paramenter of EWS manage API "SubscribeToPushNotifications" I used
new FolderId(WellKnownFolderName.Calendar, new Mailbox(<meetingroom mail address>))
new EventType[] { EventType.Moved, EventType.Created, EventType.Modified }