> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ExternallyOwnedStatus

# <a id="SuperOffice_WebApi_Data_ExternallyOwnedStatus" /> Enum ExternallyOwnedStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

The status for a participant of an externally owned appointment

```csharp theme={null}
public enum ExternallyOwnedStatus
```

## Fields

`Accepted = 2`

2: The appointment has been accepted by the participant

`Declined = 3`

3: The appointment has been declined by the participant

`NotResponded = 4`

4: The participant has not responded

`TentativelyAccepted = 1`

1: The appointment has been tentatively accepted by the participant

`Unknown = 0`

0: Unknown status
