> ## 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.CustomerService TestSmtpServerRequest

# <a id="SuperOffice_WebApi_Data_CustomerService_TestSmtpServerRequest" /> Class CustomerService\_TestSmtpServerRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[CustomerService\_TestSmtpServerRequest](SuperOffice.WebApi.Data.CustomerService_TestSmtpServerRequest.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_CustomerService_TestSmtpServerRequest__ctor" /> CustomerService\_TestSmtpServerRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_CustomerService_TestSmtpServerRequest_From" /> From

```csharp theme={null}
public string From { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CustomerService_TestSmtpServerRequest_SmtpUri" /> SmtpUri

```csharp theme={null}
public string SmtpUri { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CustomerService_TestSmtpServerRequest_UseStoredPassword" /> UseStoredPassword

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.CustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.CustomerServiceAgent.md)
- [SuperOffice.WebApi.Agents.ICustomerServiceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ICustomerServiceAgent.md)
- [SuperOffice.WebApi.Data.SmtpTestResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.SmtpTestResult.md)
- [SuperOffice.WebApi.Data.CustomerService GetFaqForCustomerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetFaqForCustomerRequest.md)
- [SuperOffice.WebApi.Data.CustomerService GetCustomerServiceStartupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetCustomerServiceStartupRequest.md)
- [SuperOffice.WebApi.Data.CustomerService GetCustomerServiceStartupByOwnerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_GetCustomerServiceStartupByOwnerRequest.md)
