 | ReceivedParse(ParserOptions, Byte) Method |
Parse the specified input buffer into a new
Received instance.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic static Received Parse(
ParserOptions options,
byte[] buffer
)
Parameters
- options ParserOptions
- The parser options.
- buffer Byte
- The input buffer.
Return Value
ReceivedThe parsed
Received instance.
Exceptions
Remarks
Parses a Received header value from the supplied buffer.
See Also