 | InternetAddressTryParse(ParserOptions, String, InternetAddress) Method |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic static bool TryParse(
ParserOptions options,
string text,
out InternetAddress address
)
Parameters
- options ParserOptions
- The parser options to use.
- text String
- The text.
- address InternetAddress
- The parsed address.
Return Value
Boolean if the address was successfully parsed; otherwise,
.
Remarks
See Also