Show / Hide Table of Contents

    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>

    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top