Class EmailMessageAttachment
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Email
Assembly: Umbraco.Core.dll
Syntax
public class EmailMessageAttachment
Constructors
View SourceEmailMessageAttachment(Stream, string)
Declaration
public EmailMessageAttachment(Stream stream, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream | |
| string | fileName |
Properties
View SourceFileName
Declaration
public string FileName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Stream
Declaration
public Stream Stream { get; }
Property Value
| Type | Description |
|---|---|
| Stream |