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

# <a id="SuperOffice_WebApi_Data_EMail_GetEMailAsEmlStreamRequest" /> Class EMail\_GetEMailAsEmlStreamRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_EMail_GetEMailAsEmlStreamRequest_EmailItemId" /> EmailItemId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_EMail_GetEMailAsEmlStreamRequest_IncludeAttachments" /> IncludeAttachments

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.EMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.EMailAgent.md)
- [SuperOffice.WebApi.Agents.IEMailAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IEMailAgent.md)
- [WebAPI changes in SuperOffice 12.2](/release-notes/12/api/changes-webapi-12.2.2072.0.md)
- [SuperOffice.WebApi.Data.EMail GetEMailAsStreamRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_GetEMailAsStreamRequest.md)
- [SuperOffice.WebApi.Data.EMail GetEMailAsStreamFromServerIdentifierRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_GetEMailAsStreamFromServerIdentifierRequest.md)
- [SuperOffice.WebApi.Data.EMail GetEMailFromDocumentIdWithoutAttachmentStreamRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMail_GetEMailFromDocumentIdWithoutAttachmentStreamRequest.md)
