aspNetEmail

EmailMessage.SendMailMergeList Method

Sends an ArrayList of emails.

Overload List

Sends an ArrayList of emails.

public bool SendMailMergeList(ArrayList,int,int);

Extracts a list of email addresses (each line must be a separate email address) from a file, and sends the EmailMessage to each address.

public bool SendMailMergeList(string,int,int);

Sends a list of emails, separated by a value.

public bool SendMailMergeList(string,string,int,int);

Sends an array of emails.

public bool SendMailMergeList(string[],int,int);

See Also

EmailMessage Class | aspNetEmail Namespace