 | ReceivedParse(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(
byte[] buffer
)
Parameters
- buffer Byte
- The input buffer.
Return Value
ReceivedThe parsed
Received instance.
Exceptions
Remarks
Parses a Received header value from the supplied buffer.
See Also