 | HeaderTryParse Method (ParserOptions, String, Header) |
Try to parse the given text into a new
Header instance.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic static bool TryParse(
ParserOptions options,
string text,
out Header header
)
Parameters
- options
- Type: MimeKitParserOptions
The parser options to use. - text
- Type: SystemString
The text to parse. - 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 text.
See Also