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