Enum RecurrenceEndType
Enumerator describing how the series of recurring activities are terminated.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum RecurrenceEndType
Fields
| Name | Description |
|---|---|
| Counter | 2: The end of the recurrence is described with a number of recurring activities. |
| EndDate | 1: The end of the recurrence is described by an end date. |
| Unknown | 0: 0: Unknown/undecided type |