Sends an array of emails.
Sends an array of emails.
public bool SendMailMergeListToMSPickup(Array,string);
Sends an ArrayList of emails.
public bool SendMailMergeListToMSPickup(ArrayList,string);
Extracts a list of email addresses from a file, and the EmailMessage to each address.
public bool SendMailMergeListToMSPickup(string,string);
Sends a list of emails, separated by a value.
public bool SendMailMergeListToMSPickup(string,string,string);