 | InternetAddressTryParse(ParserOptions, Byte, InternetAddress) Method |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic static bool TryParse(
ParserOptions? options,
byte[]? buffer,
out InternetAddress?? address
)
Parameters
- options ParserOptions
- The parser options to use.
- buffer Byte
- The input buffer.
- address InternetAddress
- The parsed address.
Return Value
Boolean if the address was successfully parsed; otherwise,
.
Remarks
See Also