View Source
Class EmailMessageAttachment
Inheritance
System.Object
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