Table of Contents

Class EmailAttachment

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Core.dll

An email attachment.

public sealed class EmailAttachment
Inheritance
EmailAttachment
Inherited Members

Properties

ContentStream

The content stream.

public required Stream ContentStream { get; set; }

Property Value

Stream

ContentType

The mime-type of the file.

public required string ContentType { get; set; }

Property Value

string

FileName

The name of the file.

public required string FileName { get; set; }

Property Value

string
To top