> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [SuperOffice.WebApi.Data.ParticipantInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ParticipantInfo.md)
- [SuperOffice.WebApi.Data.ExternallyOwnedType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExternallyOwnedType.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AppointmentInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentInfo.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.AppointmentExternalOwner](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentExternalOwner.md)
