Search Results for

    Show / Hide Table of Contents

    Class SendMailEventArgs

    Carries the message details (recipients, subject, body and attached report content) passed to the OnMail event so the host can customize the e-mail before it is sent from the preview.

    Inheritance
    object
    SendMailEventArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class SendMailEventArgs

    Constructors

    View Source

    SendMailEventArgs()

    Declaration
    public SendMailEventArgs()

    Fields

    View Source

    Body

    Declaration
    public string Body
    Field Value
    Type Description
    string
    View Source

    Content

    Declaration
    public byte[] Content
    Field Value
    Type Description
    byte[]
    View Source

    Filename

    Declaration
    public string Filename
    Field Value
    Type Description
    string
    View Source

    From

    Declaration
    public string From
    Field Value
    Type Description
    string
    View Source

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string
    View Source

    Subject

    Declaration
    public string Subject
    Field Value
    Type Description
    string
    View Source

    To

    Declaration
    public string To
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX