Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmailMessageAttachment

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Email
    Assembly: Umbraco.Core.dll
    Syntax
    public class EmailMessageAttachment

    Constructors

    View Source

    EmailMessageAttachment(Stream, String)

    Declaration
    public EmailMessageAttachment(Stream stream, string fileName)
    Parameters
    Type Name Description
    Stream stream
    System.String fileName

    Properties

    View Source

    FileName

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    System.String
    View Source

    Stream

    Declaration
    public Stream Stream { get; }
    Property Value
    Type Description
    Stream
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EmailMessageAttachment(Stream, String)
    • Properties
      • FileName
      • Stream
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX