| Name | Description |
---|
  | TryParse(Byte, InternetAddressList) |
Try to parse the given input buffer into a new InternetAddressList instance.
|
  | TryParse(String, InternetAddressList) |
Try to parse the given text into a new InternetAddressList instance.
|
  | TryParse(Byte, Int32, InternetAddressList) |
Try to parse the given input buffer into a new InternetAddressList instance.
|
  | TryParse(ParserOptions, Byte, InternetAddressList) |
Try to parse the given input buffer into a new InternetAddressList instance.
|
  | TryParse(ParserOptions, String, InternetAddressList) |
Try to parse the given text into a new InternetAddressList instance.
|
  | TryParse(Byte, Int32, Int32, InternetAddressList) |
Try to parse the given input buffer into a new InternetAddressList instance.
|
  | TryParse(ParserOptions, Byte, Int32, InternetAddressList) |
Try to parse the given input buffer into a new InternetAddressList instance.
|
  | TryParse(ParserOptions, Byte, Int32, Int32, InternetAddressList) |
Try to parse the given input buffer into a new InternetAddressList instance.
|