-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The attached error appears when a sync is attempted from Exchange. Additional details also attached.
It appears that "messageBody" is used in the Appointment class as "Description".
I am also seeing an error similar to this on nearly all of the properties for Appointment and Microsoft.Exchange.WebServices.Data.Item properties: '((Microsoft.Exchange.WebServices.Data.Item)(appointment)).RetentionDate' threw an exception of type 'Microsoft.Exchange.WebServices.Data.ServiceObjectPropertyException'
I have attempted to check for null and set Appointment.Description manually, but the error is thrown even when checking for null.
I have also tried a date range with only 1 Appointment in my Outlook calendar that I created and included a body. This meeting/Appointment also returned a null value and fails.
