Enum AppointmentCautionWarning
Appointment and invitation synchronization info This Enum is used by: appointment.cautionWarning
Namespace: SuperOfficeData
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum AppointmentCautionWarning : short
Fields
| Name | Description |
|---|---|
| ExternalParticipantsDateTimeMismatch | 5: Time and date may be wrong for external participants due to unsupported changes |
| IncomingRecurrenceChangeNotSupported | 4: A requested change to a recurrence appointment was not supported |
| NotInSync | 1: Possibly not in sync with external systems |
| NotNotifiedByEmail | 2: Updated without sending email notifications |
| OK | 0: OK - no special warnings |
| RecurrencePatternNotSupported | 3: This recurrence pattern might not be supported in the external participants calendars |