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

MailAddressList.CopyTo Method (MailAddress[], Int32)

Copies the entire MailAddressList to a one-dimensional MailAddress array, starting at the specified index of the target array.

public virtual void CopyTo(
   MailAddress[] array,
   int start
);

Parameters

array
The one-dimensional MailAddress array to copy to.
start
The zero-based index in array at which copying begins.

See Also

MailAddressList Class | SmtPop Namespace | MailAddressList.CopyTo Overload List