Enum ExternallyOwnedType
Type of participant of an externally owned appointment
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum ExternallyOwnedType
Fields
| Name | Description |
|---|---|
| Optional | 3: The participant is optional |
| Organizer | 1: The participant is the organizer |
| Required | 2: The participant is required |
| Resource | 4: The participant is a resource |
| Unknown | 0: The participant type is unknown |