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
ContentType
The mime-type of the file.
public required string ContentType { get; set; }
Property Value
FileName
The name of the file.
public required string FileName { get; set; }