aspNetEmail

EmailMessage.SendMailMergeToMSPickup Method

Performs a mail merge using an object that implements IEnumerable.

Overload List

Performs a mail merge using an object that implements IEnumerable.

public bool SendMailMergeToMSPickup(IEnumerable);

Performs a mail merge using an object that implements IEnumerable.

public bool SendMailMergeToMSPickup(IEnumerable,string);

Performs a mail merge, from data found in the first DataTable of the dataset, and sends the resulting emails to the Microsoft SMTPsvc Pickup directory.

public bool SendMailMergeToMSPickup(DataSet);

Performs a mail merge, from data found in the first DataTable of the dataset, and sends the resulting emails to the Microsoft SMTPsvc Pickup directory.

public bool SendMailMergeToMSPickup(DataSet,string);

Performs a mailmerge using data found in the DataTable, and sends the emails to Microsoft's SMTPSvc Pickup Queue directory.

public bool SendMailMergeToMSPickup(DataTable);

Performs a mail merge and sends the emails to Microsoft's SMTPSvc Pickup Queue directory.

public bool SendMailMergeToMSPickup(DataTable,string);

Performs a MailMerge using a DataView

public bool SendMailMergeToMSPickup(DataView);

Performs a MailMerge using a DataView

public bool SendMailMergeToMSPickup(DataView,string);

See Also

EmailMessage Class | aspNetEmail Namespace