Click or drag to resize
MimeKit

HeaderTryParse Method

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