Enum BookingType
The type of booking the appointment represents
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum BookingType
Fields
| Name | Description |
|---|---|
| None | 1: 1: Single appointment records |
| Owner | 2: 2: Owner of a booking |
| Participant | 3: 3: Participant of a booking |
| Unknown | 0: 0: Unknown - used when initializing |