> ## 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.Appointment DeleteRequest

# <a id="SuperOffice_WebApi_Data_Appointment_DeleteRequest" /> Class Appointment\_DeleteRequest

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

```csharp theme={null}
public class Appointment_DeleteRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Appointment\_DeleteRequest](SuperOffice.WebApi.Data.Appointment_DeleteRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Appointment_DeleteRequest__ctor" /> Appointment\_DeleteRequest()

```csharp theme={null}
public Appointment_DeleteRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_DeleteRequest_AppointmentId" /> AppointmentId

```csharp theme={null}
public int AppointmentId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Appointment_DeleteRequest_ImapEMailConnectionInfo" /> ImapEMailConnectionInfo

```csharp theme={null}
public EMailConnectionInfo ImapEMailConnectionInfo { get; set; }
```

#### Property Value

[EMailConnectionInfo](SuperOffice.WebApi.Data.EMailConnectionInfo.md)

### <a id="SuperOffice_WebApi_Data_Appointment_DeleteRequest_SendEmailToParticipants" /> SendEmailToParticipants

```csharp theme={null}
public bool SendEmailToParticipants { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Appointment_DeleteRequest_SmtpEMailConnectionInfo" /> SmtpEMailConnectionInfo

```csharp theme={null}
public EMailConnectionInfo SmtpEMailConnectionInfo { get; set; }
```

#### Property Value

[EMailConnectionInfo](SuperOffice.WebApi.Data.EMailConnectionInfo.md)

### <a id="SuperOffice_WebApi_Data_Appointment_DeleteRequest_UpdateMode" /> UpdateMode

```csharp theme={null}
public RecurrenceUpdateMode UpdateMode { get; set; }
```

#### Property Value

[RecurrenceUpdateMode](SuperOffice.WebApi.Data.RecurrenceUpdateMode.md)


## Related topics

- [SuperOffice.WebApi.Data.EMail DeleteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_DeleteRequest.md)
- [SuperOffice.WebApi.Data.DatabaseTable DeleteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DatabaseTable_DeleteRequest.md)
- [SuperOffice.WebApi.Data.Appointment DeleteVideoMeetingReservationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_DeleteVideoMeetingReservationRequest.md)
- [SuperOffice.WebApi.Data.Appointment CleanUpBookingDeletedRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CleanUpBookingDeletedRequest.md)
- [SuperOffice.WebApi.Data.Appointment CleanUpRecurringBookingDeletedRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CleanUpRecurringBookingDeletedRequest.md)
- [SuperOffice.WebApi.Data.Appointment CleanUpBookingDeletedWithUpdateModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CleanUpBookingDeletedWithUpdateModeRequest.md)
