Class SendEmailSettings
Inherited Members
Namespace: SuperOffice.CRM.Workflow
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class SendEmailSettings : StepSettings
Constructors
SendEmailSettings()
Declaration
public SendEmailSettings()
Properties
Attachments
Declaration
public int[] Attachments { get; set; }
Property Value
| Type | Description |
|---|---|
| int[] |
ShipmentId
Declaration
public int ShipmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Subject
Declaration
public string Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |