The properties of the MailMerge class are listed below. For a complete list of MailMerge class members, see the MailMerge Members topic.
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. |
See Also
MailMerge Class | Karamasoft.WebControls.UltimateEmail Namespace