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