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