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

MailAddressList.AddRange Method (MailAddressList)

Adds the elements of another MailAddressList to the current MailAddressList.

public virtual int AddRange(
   MailAddressList x
);

Parameters

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

Return Value

The new Count of the MailAddressList.

See Also

MailAddressList Class | SmtPop Namespace | MailAddressList.AddRange Overload List