Search Results for

    Show / Hide Table of Contents

    Class EmailExportParams

    Inheritance
    System.Object
    EmailExportParams
    Namespace: FastReport.Web
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public sealed class EmailExportParams

    Properties

    Address

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

    ExportFormat

    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
    Back to top © 1998-2025 Copyright Fast Reports Inc.