MailMergeTemplate Class Members
In This Topic
The following tables list the members exposed by MailMergeTemplate.
Public Constructors
Public Properties
| Name | Description |
 | BCCList |
Gets or sets a list of addresses that should be included in the BCC
for every message sent
|
 | Body |
Gets or sets the body content of the merge template
|
 | CCList |
Gets or sets a list of addresses that should be included in the CC
for every message sent
|
 | FromAddress |
Gets or sets the address that the message is sent from
|
 | IsHTML |
Gets or sets a value indicating whether the merge template is HTML mail
|
 | Parameters |
Gets the parameters for NVelocity processing that are shared for all recipients.
|
 | Subject |
Gets or sets the subject of the merge template
|
Top
Public Methods
| Name | Description |
 | GenerateMessage |
Generates a mail message for the given target
|
 | Send | Overloaded.
Sends the email message to the recipient list
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also