Search Results for

    Show / Hide Table of Contents

    Class SendMailEventArgs

    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

    SendMailEventArgs()

    Declaration
    public SendMailEventArgs()

    Fields

    Body

    Declaration
    public string Body
    Field Value
    Type Description
    string

    Content

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

    Filename

    Declaration
    public string Filename
    Field Value
    Type Description
    string

    From

    Declaration
    public string From
    Field Value
    Type Description
    string

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Subject

    Declaration
    public string Subject
    Field Value
    Type Description
    string

    To

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