Enum AppointmentExternalOwner
An external owner system for appointments (Outlook, Google...) This Enum is used by: appointment.owned_externally
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum AppointmentExternalOwner : short
Fields
Name | Description |
---|---|
3: Google owns the appointment |
|
None | 0: No external owner |
Other | 1: An external system owns the appointment |
Outlook | 2: Outlook owns the appointment |