| Name | Description |
---|
| Parse(Byte) |
Parse the given input buffer into a new InternetAddress instance.
|
| Parse(String) |
Parse the given text into a new InternetAddress instance.
|
| Parse(Byte, Int32) |
Parse the given input buffer into a new InternetAddress instance.
|
| Parse(ParserOptions, Byte) |
Parse the given input buffer into a new InternetAddress instance.
|
| Parse(ParserOptions, String) |
Parse the given text into a new InternetAddress instance.
|
| Parse(Byte, Int32, Int32) |
Parse the given input buffer into a new InternetAddress instance.
|
| Parse(ParserOptions, Byte, Int32) |
Parse the given input buffer into a new InternetAddress instance.
|
| Parse(ParserOptions, Byte, Int32, Int32) |
Parse the given input buffer into a new InternetAddress instance.
|