| InternetAddressTryParse(ParserOptions, Byte, Int32, Int32, InternetAddress) Method |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
ParserOptions options,
byte[] buffer,
int startIndex,
int length,
out InternetAddress address
)
Parameters
- options ParserOptions
- The parser options to use.
- buffer Byte
- The input buffer.
- startIndex Int32
- The starting index of the input buffer.
- length Int32
- The number of bytes in the input buffer to parse.
- address InternetAddress
- The parsed address.
Return Value
Booleantrue, if the address was successfully parsed,
false otherwise.
Exceptions Remarks See Also