 | HeaderTryParse Method (ParserOptions, Byte, Header) |
Try to parse the given input buffer into a new
Header instance.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic static bool TryParse(
ParserOptions options,
byte[] buffer,
out Header header
)
Parameters
- options
- Type: MimeKitParserOptions
The parser options to use. - buffer
- Type: SystemByte
The input buffer. - header
- Type: MimeKitHeader
The parsed header.
Return Value
Type:
Booleantrue, if the header was successfully parsed,
false otherwise.
Exceptions
Remarks
Parses a header from the specified buffer.
See Also