Click or drag to resize
MimeKit

ReceivedTryParse Method

Overload List
 NameDescription
Public methodStatic memberTryParse(Byte, Received) Try to parse the given input buffer into a new Received instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Received) Try to parse the given input buffer into a new Received instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, Received) Try to parse the given input buffer into a new Received instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, Int32, Received) Try to parse the given input buffer into a new Received instance.
Top
See Also