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

# <a id="SuperOffice_WebApi_Data_Appointment_AcceptWithSmtpEmailConfirmationRequest" /> Class Appointment\_AcceptWithSmtpEmailConfirmationRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Appointment_AcceptWithSmtpEmailConfirmationRequest_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_AcceptWithSmtpEmailConfirmationRequest_SmtpEMailConnectionInfo" /> SmtpEMailConnectionInfo

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Appointment RejectWithSmtpEmailConfirmationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_RejectWithSmtpEmailConfirmationRequest.md)
- [SuperOffice.WebApi.Data.Appointment AcceptWithEmailConfirmationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_AcceptWithEmailConfirmationRequest.md)
- [SuperOffice.WebApi.Data.Appointment CreateAndAcceptWithEmailConfirmationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CreateAndAcceptWithEmailConfirmationRequest.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 RejectWithEmailConfirmationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_RejectWithEmailConfirmationRequest.md)
