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

MailAddressList.AddRange Method (MailAddress[])

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

public virtual int AddRange(
   MailAddress[] x
);

Parameters

x
The MailAddress array whose elements should be added to the end of the MailAddressList.

Return Value

The new Count of the MailAddressList.

See Also

MailAddressList Class | SmtPop Namespace | MailAddressList.AddRange Overload List