Table of Contents

Class MergedContent

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Mailing.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 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 string SenderName { get; set; }

Property Value

string
String value

Subject

Subject
public string Subject { get; set; }

Property Value

string
String value
To top