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

MailAddressList Constructor

Initializes a new instance of the MailAddressList class that is empty and has the default initial capacity.

Overload List

Initializes a new instance of the MailAddressList class that is empty and has the default initial capacity.

public MailAddressList();

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

public MailAddressList(MailAddress[]);

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

public MailAddressList(MailAddressList);

Initializes a new instance of the MailAddressList class that has the specified initial capacity.

public MailAddressList(int);

See Also

MailAddressList Class | SmtPop Namespace