AddressList.Parse Method 

Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header. The string MUST be unfolded already.

public static AddressList Parse(
   string rawAddressList
);

See Also

AddressList Class | NI.Email.Mime.Field.Address Namespace