Simple Mail and Post Office Protocol for .Net (SmtPop)

MailAddressList.AddRange Method

Adds the elements of a MailAddress array to the current MailAddressList.

Overload List

Adds the elements of a MailAddress array to the current MailAddressList.

public virtual int AddRange(MailAddress[]);

Adds the elements of another MailAddressList to the current MailAddressList.

public virtual int AddRange(MailAddressList);

See Also

MailAddressList Class | SmtPop Namespace