> ## 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.EMail SaveEMailRequest

# <a id="SuperOffice_WebApi_Data_EMail_SaveEMailRequest" /> Class EMail\_SaveEMailRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[EMail\_SaveEMailRequest](SuperOffice.WebApi.Data.EMail_SaveEMailRequest.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_EMail_SaveEMailRequest__ctor" /> EMail\_SaveEMailRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_EMail_SaveEMailRequest_ConnectionInfo" /> ConnectionInfo

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMail_SaveEMailRequest_Email" /> Email

```csharp theme={null}
public EMailEntity Email { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.EMail SaveToMailServerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_SaveToMailServerRequest.md)
- [SuperOffice.WebApi.Data.EMail SaveRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_SaveRequest.md)
- [SuperOffice.WebApi.Data.EMail SaveEmailToTmpDocumentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_SaveEmailToTmpDocumentRequest.md)
- [SuperOffice.WebApi.Data.EMail SaveDraftRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_SaveDraftRequest.md)
- [SuperOffice.WebApi.Data.EMail SendAndSaveEmailToTmpDocumentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_SendAndSaveEmailToTmpDocumentRequest.md)
- [SuperOffice.WebApi.Agents.EMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.EMailAgent.md)
