Search Results for

    Show / Hide Table of Contents

    Class RunEmailTaskVM

    Inheritance
    System.Object
    CloudBaseVM
    RunTaskBaseVM
    RunTransportTaskBaseVM
    RunEmailTaskVM
    Inherited Members
    RunTransportTaskBaseVM.InputFile
    RunTaskBaseVM.SubscriptionId
    CloudBaseVM.PropertyChanged
    CloudBaseVM.RaisePropertyChanged(String)
    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public class RunEmailTaskVM : RunTransportTaskBaseVM

    Properties

    Body

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    System.String

    EnableSsl

    Declaration
    public bool EnableSsl { get; set; }
    Property Value
    Type Description
    System.Boolean

    From

    Declaration
    public string From { get; set; }
    Property Value
    Type Description
    System.String

    IsBodyHtml

    Declaration
    public bool IsBodyHtml { get; set; }
    Property Value
    Type Description
    System.Boolean

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String

    Port

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    System.Int32

    Server

    Declaration
    public string Server { get; set; }
    Property Value
    Type Description
    System.String

    Subject

    Declaration
    public string Subject { get; set; }
    Property Value
    Type Description
    System.String

    To

    Declaration
    public System.Collections.Generic.ICollection<string> To { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    Back to top 2025.2.1 © 1998-2025 Copyright Fast Reports Inc.