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

# <a id="SuperOffice_WebApi_Data_Appointment_MoveWithEmailRequest" /> Class Appointment\_MoveWithEmailRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_MoveWithEmailRequest_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_MoveWithEmailRequest_ImapEMailConnectionInfo" /> ImapEMailConnectionInfo

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_MoveWithEmailRequest_NewStartTime" /> NewStartTime

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Appointment_MoveWithEmailRequest_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_MoveWithEmailRequest_SmtpEMailConnectionInfo" /> SmtpEMailConnectionInfo

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.AppointmentMoveData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentMoveData.md)
- [SuperOffice.WebApi.Data.Appointment MoveRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_MoveRequest.md)
- [SuperOffice.WebApi.Data.Appointment MoveExtendedRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_MoveExtendedRequest.md)
- [SuperOffice.WebApi.Data.EMail MoveEmailsToFolderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_MoveEmailsToFolderRequest.md)
- [SuperOffice.WebApi.Data.EMail MoveEmailsToTrashRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_MoveEmailsToTrashRequest.md)
- [SuperOffice.WebApi.Data.EMail MoveToFolderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_MoveToFolderRequest.md)
