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

MailAddress.ReadAddresses Method 

Read adresses from header line and add each address in "List"

public void ReadAddresses(
   ref MailAddressList List,
   string Src
);

Parameters

List
The address list to initialize
Src
A string containing header line with address list

See Also

MailAddress Class | SmtPop Namespace