Show / Hide Table of Contents

Enum InvitationStatus

Status if this appointment represents an invitation

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
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

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.InvitationStatus, To>()
ObjectExtensions.AssignByReflection<InvitationStatus>(InvitationStatus)
ObjectExtensions.GraphCopy<InvitationStatus>()
Converters.MapEnums<InvitationStatus, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top