The SimpleMailingStruct is created from the ImportContent function. It may then be used in SendMailingor SendMailingDirectfunction.
Name |
Type |
Description |
AdditionalHeaders |
string |
Any additional SMTP headers for the mailing |
Attachments |
string |
Any attachments to the mailing (Note: this field should only be set from the results of ImportContent; it should not be set by the user) |
CharSetID |
int |
The charset ID |
From |
string |
The From header of the mailing |
HtmlMessage |
string |
The HTML message |
HtmlSectionEncoding |
int |
The encoding of the HTML section |
IsHtmlSectionEncoded |
boolean |
If true, the HTML section is encoded |
IsTextSectionEncoded |
boolean |
If true, the text section is encoded |
Subject |
string |
The Subject header of the mailing |
TextMessage |
string |
The text message |
TextSectionEncoding |
int |
The encoding of the text section |
To |
string |
The To header |
Title |
string |
The title of the mailing |