![]() | InternetAddressListParse Method (ParserOptions, Byte, Int32) |
Namespace: MimeKit
public static InternetAddressList Parse( ParserOptions options, byte[] buffer, int startIndex )
Exception | Condition |
---|---|
ArgumentNullException | options is null. -or- buffer is null. |
ArgumentOutOfRangeException | startIndexis out of range. |
ParseException | buffer could not be parsed. |