EnRecurrenceUpdateMode Enumeration |
Determines how changes to an appointment should be copied to the rest of a recurrence series
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EnRecurrenceUpdateMode
Public Enumeration EnRecurrenceUpdateMode
Dim instance As EnRecurrenceUpdateMode
public enum class EnRecurrenceUpdateMode
Members
| Member name | Value | Description |
---|
| enNotSet | 0 | Not set |
| enOnlyThis | 1 | Update only this |
| enThisAndForward | 2 | Update this and the appointments after this |
| enResolveDateChange | 4 | Resolve date change |
See Also