> ## 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.WorkflowStepSendEmail

# <a id="SuperOffice_WebApi_Data_WorkflowStepSendEmail" /> Class WorkflowStepSendEmail

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

Carrier object for WorkflowStepSendEmail.
Step in workflow that waits for time.

```csharp theme={null}
public class WorkflowStepSendEmail : WorkflowStepBase
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[WorkflowStepBase](SuperOffice.WebApi.Data.WorkflowStepBase.md) ←
[WorkflowStepSendEmail](SuperOffice.WebApi.Data.WorkflowStepSendEmail.md)

#### Inherited Members

[WorkflowStepBase.WorkflowStepId](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_WorkflowStepId),
[WorkflowStepBase.WorkflowId](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_WorkflowId),
[WorkflowStepBase.StepType\_String](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_StepType_String),
[WorkflowStepBase.StepType](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_StepType),
[WorkflowStepBase.Rank](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_Rank),
[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_WorkflowStepSendEmail__ctor" /> WorkflowStepSendEmail()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_WorkflowStepSendEmail_Attachments" /> Attachments

Id's of the selected CS attachments to be sent as attachments in the email

```csharp theme={null}
public virtual int[] Attachments { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_WorkflowStepSendEmail_ShipmentId" /> ShipmentId

The selected mailing (s\_shipment)

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_WorkflowStepSendEmail_Subject" /> Subject

Email subject

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

#### Property Value

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

## See Also

[WorkflowAgent](SuperOffice.WebApi.Agents.WorkflowAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.WorkflowStepBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepBase.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.WorkflowStepType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepType.md)
- [SuperOffice.WebApi.Data.WorkflowStepSendSMS](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepSendSMS.md)
- [SuperOffice.WebApi.Data.WorkflowStepNotifyByEmail](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepNotifyByEmail.md)
- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
