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

MailAddressList.Add Method 

Adds a MailAddress to the end of the MailAddressList.

public virtual int Add(
   MailAddress item
);

Parameters

item
The MailAddress to be added to the end of the MailAddressList.

Return Value

The index at which the value has been added.

See Also

MailAddressList Class | SmtPop Namespace