Class EmailHistoryStep
A history step for Email activity.
Inheritance
System.Object
EmailHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class EmailHistoryStep : object
Properties
Cc
List of CC recipient names who received the email.
Declaration
public List<string> Cc { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Conditions
List of conditions performed at email activity.
Declaration
public List<ConditionHistoryStep> Conditions { get; set; }
Property Value
Type | Description |
---|---|
List<ConditionHistoryStep> |
Recipients
List of recipient names who received the email.
Declaration
public List<string> Recipients { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Subject
Subject of the email.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |