Enum AssignmentStatus
Status if this appointment is in the process of being assigned to someone else
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum AssignmentStatus
Fields
| Name | Description |
|---|---|
| Assigning | 11: 11: Appointment in the process of being assigned to someone else |
| Declined | 13: 13: Appointment where the person requested to take ownership has declined. |
| None | 1: 1: All appointments not in the process of being assigned to someone else |
| Seen | 12: 12: Appointment where the party requested to take ownership of the appointment or task has observed the request, but not yet accepted or declined the request. |
| Unknown | 0: Unknown - used when initializing |