SmtpSendMailMerge Method
Creates a series of e-mails based on an e-mail message template and a data source and sends these e-mails out.
Overload List
  NameDescription
Public methodCode exampleSendMailMerge(String, EmailAddressCollection, DataTable)
Creates a series of e-mails based on an e-mail message template and a data table and sends these e-mails out.
Public methodCode exampleSendMailMerge(String, EmailAddressCollection, IDataReader)
Creates a series of e-mails based on an e-mail message template and a data reader and sends these e-mails out.
Top
See Also