Enum ExternallyOwnedStatus
The status for a 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 ExternallyOwnedStatus
Fields
| Name | Description |
|---|---|
| Accepted | 2: The appointment has been accepted by the participant |
| Declined | 3: The appointment has been declined by the participant |
| NotResponded | 4: The participant has not responded |
| TentativelyAccepted | 1: The appointment has been tentatively accepted by the participant |
| Unknown | 0: Unknown status |