MailMerge Members
From UltimateEmail
Public Instance Constructors
|
|
Initializes a new instance of the MailMerge class. |
Public Instance Properties
| Gets or sets the duration between each batch operation in milliseconds. | |
| Gets or sets the number of emails to send in each batch. | |
| Gets or sets the blind carbon-copy email address column in the DataSource such as [*bccAddress*]. | |
| Gets or sets the email subject template that may contain column names from the DataSource such as Dear [*firstName*] [*lastName*], Thank you for your order. | |
| Gets or sets the carbon-copy email address column in the DataSource such as [*ccAddress*]. | |
| Gets or sets the DataTable used for binding when a DataSet is used as the DataSource. | |
| Gets or sets the data source that contains the email delivery and content information. | |
| Gets or sets the prefix at the head of each column name used as a merge field. Default value is [* | |
| Gets or sets the suffix at the end of each column name used as a merge field. Default value is *] | |
| Gets or sets the email address of the sender. | |
| Gets or sets the name of the sender displayed on the recipient email tool. | |
| Gets or sets the name or IP address of the SMTP server. | |
| Gets or sets a value to indicate whether mail message body is in Html. Default value is true. | |
| Gets or sets the password for SMTP server authentication. | |
| Gets or sets the port used for SMTP transactions. | |
| Gets or sets the email address to reply to. | |
| Gets or sets the email subject template that may contain column names from the DataSource such as Order Confirmation [*orderNumber*]. | |
| Gets or sets the recipient email address column in the DataSource such as [*toAddress*]. | |
| Gets or sets the username for SMTP server authentication. |
Public Instance Methods
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Overloaded. Sends the message template to the recipients by updating the merge fields wrapped as [*fieldName*] from the data table. | |
| Returns a String that represents the current Object. |
Public Instance Events
| Raised after a mail is sent to the email address in the merged row. | |
| Raised before a mail is merged. | |
| Raised before a mail is sent to the email address in the merged row. |
See Also
MailMerge Class | Karamasoft.WebControls.UltimateEmail Namespace