Class UpdateEmailTaskVM
Inheritance
System.Object
UpdateEmailTaskVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateEmailTaskVM : UpdateTransportTaskBaseVM
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.Nullable<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.Nullable<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.Nullable<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 |
|