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