Initializes a new instance of the MailAddressList
class that is empty and has the default initial capacity.
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);
MailAddressList Class | SmtPop Namespace