DataWeb
Search Results for

    Show / Hide Table of Contents

    Class EmailMessage.Attachment

    Represents an email attachment.

    Inheritance
    object
    EmailMessage.Attachment
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Email
    Assembly: DataWeb.Core.dll
    Syntax
    public class EmailMessage.Attachment

    Properties

    FileName

    Gets or sets the name of the attachment file.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    string

    Stream

    Gets or sets the stream containing the attachment data.

    Declaration
    public Stream Stream { get; set; }
    Property Value
    Type Description
    Stream
    In this article
    Back to top Generated by DocFX