Class AppointmentCautionWarning
Appointment and invitation synchronization info This Enum is used by: appointment.cautionWarning
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class AppointmentCautionWarning : Enum
Fields
ExternalParticipantsDateTimeMismatch
5: Time and date may be wrong for external participants due to unsupported changes
Declaration
public const AppointmentCautionWarning ExternalParticipantsDateTimeMismatch
Field Value
Type | Description |
---|---|
AppointmentCautionWarning |
IncomingRecurrenceChangeNotSupported
4: A requested change to a recurrence appointment was not supported
Declaration
public const AppointmentCautionWarning IncomingRecurrenceChangeNotSupported
Field Value
Type | Description |
---|---|
AppointmentCautionWarning |
NotInSync
1: Possibly not in sync with external systems
Declaration
public const AppointmentCautionWarning NotInSync
Field Value
Type | Description |
---|---|
AppointmentCautionWarning |
NotNotifiedByEmail
2: Updated without sending email notifications
Declaration
public const AppointmentCautionWarning NotNotifiedByEmail
Field Value
Type | Description |
---|---|
AppointmentCautionWarning |
OK
0: OK - no special warnings
Declaration
public const AppointmentCautionWarning OK
Field Value
Type | Description |
---|---|
AppointmentCautionWarning |
RecurrencePatternNotSupported
3: This recurrence pattern might not be supported in the external participants calendars
Declaration
public const AppointmentCautionWarning RecurrencePatternNotSupported
Field Value
Type | Description |
---|---|
AppointmentCautionWarning |
value__
Appointment and invitation synchronization info This Enum is used by: appointment.cautionWarning
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)