![]() | InternetAddressListParse Method (ParserOptions, Byte, Int32, Int32) |
Namespace: MimeKit
public static InternetAddressList Parse( ParserOptions options, byte[] buffer, int startIndex, int length )
Exception | Condition |
---|---|
ArgumentNullException | options is null. -or- buffer is null. |
ArgumentOutOfRangeException | startIndex and length do not specify a valid range in the byte array. |
ParseException | buffer could not be parsed. |