Enum InvitationStatus
Status if this appointment represents an invitation
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum InvitationStatus
Fields
| Name | Description |
|---|---|
| Accepted | 2: 2: The invitation has been accepted |
| Cancelled | 10: 10: The meeting has been cancelled. |
| Declined | 9: 9: The invitation has been declined/rejected |
| Hidden | 4: 4: Hidden |
| Invitation | 5: 5: An invitation to a meeting not observed by the attending party |
| Moved | 6: 6: The meeting has been moved |
| MovedSeen | 8: 8: The meeting has been moved, and this is observed by the attending party |
| None | 1: 1: Default value when the appointment is not a booking child |
| Seen | 7: 7: An invitation to a meeting observed by the attending party. This can also be viewed upon as a tentative response to participate in the meeting. |
| Unknown | 0: Unknown - used when initializing |