Class EmailExportParams
Inheritance
System.Object
EmailExportParams
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class EmailExportParams
Properties
Address
Declaration
public string Address { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ExportFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
MessageBody
Declaration
public string MessageBody { get; set; }
Property Value
Type |
Description |
System.String |
|
NameAttachmentFile
Declaration
public string NameAttachmentFile { get; set; }
Property Value
Type |
Description |
System.String |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|