Performs a mail merge using an object that implements IEnumerable.
Performs a mail merge using an object that implements IEnumerable.
public bool SendMailMergeToIMailQueue(IEnumerable);
Performs a mail merge using an object that implements IEnumerable.
public bool SendMailMergeToIMailQueue(IEnumerable,string);
Performs a mail merge, and writes an email directly to the spool directory used by IMail, thus by passing the SMTP layer.
public bool SendMailMergeToIMailQueue(DataSet);
Performs a mail merge, and writes an email directly to the spool directory used by IMail, thus by passing the SMTP layer.
public bool SendMailMergeToIMailQueue(DataSet,string);
Performs a mail merge, and writes an email directly to the spool directory used by IMail, thus by passing the SMTP layer.
public bool SendMailMergeToIMailQueue(DataTable);
Performs a mail merge, and writes an email directly to the spool directory used by IMail, thus bypassing the SMTP layer.
public bool SendMailMergeToIMailQueue(DataTable,string);
Performs a MailMerge using a DataView
public bool SendMailMergeToIMailQueue(DataView);
Performs a MailMerge using a DataView
public bool SendMailMergeToIMailQueue(DataView,string);