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

MailAddressList Constructor (MailAddress[])

Initializes a new instance of the MailAddressList class that contains elements copied from the specified MailAddress array.

public MailAddressList(
   MailAddress[] a
);

Parameters

a
The MailAddress array whose elements are copied to the new list.

See Also

MailAddressList Class | SmtPop Namespace | MailAddressList Constructor Overload List