> ## 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 UpdateAppointmentWithModeAndEmailRequest

# <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest" /> Class Appointment\_UpdateAppointmentWithModeAndEmailRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Appointment\_UpdateAppointmentWithModeAndEmailRequest](SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeAndEmailRequest.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_UpdateAppointmentWithModeAndEmailRequest__ctor" /> Appointment\_UpdateAppointmentWithModeAndEmailRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest_AssociateId" /> AssociateId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest_EndTime" /> EndTime

```csharp theme={null}
public DateTime EndTime { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest_Id" /> Id

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest_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_UpdateAppointmentWithModeAndEmailRequest_SmtpEMailConnectionInfo" /> SmtpEMailConnectionInfo

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest_StartTime" /> StartTime

```csharp theme={null}
public DateTime StartTime { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest_Status" /> Status

```csharp theme={null}
public AppointmentStatus Status { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_UpdateAppointmentWithModeAndEmailRequest_Type" /> Type

```csharp theme={null}
public AppointmentType Type { get; set; }
```

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Appointment UpdateAppointmentWithModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeRequest.md)
- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [SuperOffice.WebApi.Data.Appointment CleanUpBookingDeletedWithUpdateModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CleanUpBookingDeletedWithUpdateModeRequest.md)
- [SuperOffice.WebApi.Data.Appointment MoveWithEmailRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_MoveWithEmailRequest.md)
- [SuperOffice.WebApi.Data.Appointment RejectWithEmailConfirmationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_RejectWithEmailConfirmationRequest.md)
