Class MergedContent
- Namespace
- Dynamicweb.Mailing
- Assembly
- Dynamicweb.Core.dll
Represents merged content object with subject and content (in html and plain text)
public class MergedContent
- Inheritance
-
MergedContent
- Inherited Members
Properties
ContentHtml
Content as html
public required string ContentHtml { get; set; }
Property Value
- string
html text string
ContentPlain
Content as text
public string? ContentPlain { get; set; }
Property Value
- string
text string
SenderName
The sender name
public required string SenderName { get; set; }
Property Value
- string
String value
Subject
Subject
public required string Subject { get; set; }
Property Value
- string
String value