EWS : Appoitnment Item.Id.UniqueId is not constant
There is a weird problem I'm facing when working with EWS Managed API 2.0 with Exchange Server 2007 SP3. When I create an appointment and I save it, I get its ID using the following code : appointment.Save(SendInvitationsMode.SendToAllAndSaveCopy); appointment.Id.UniqueId; and I store it in my local DB so I can later use it to update the meeting or cancel it. Later when I want to retrieve the conflicting meetings I use the following code : CalendarView view = new CalendarView(Start, End); view.PropertySet = new PropertySet(); Folder rootfolder = Folder.Bind(service, WellKnownFolderName