Enum AppointmentCautionWarning
Appointment and invitation synchronization info This Enum is used by: appointment.cautionWarning
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
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 |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.AppointmentCautionWarning, To>()