|  | ContentTypeParse(ParserOptions, Byte) Method | 
            Parse the specified input buffer into a new instance of the 
ContentType class.
            
 MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxpublic static ContentType Parse(
	ParserOptions options,
	byte[] buffer
)
Parameters
- options  ParserOptions
- The parser options.
- buffer  Byte
- The input buffer.
Return Value
ContentTypeThe parsed 
ContentType.
 Exceptions
Exceptions Remarks
Remarks
            Parses a Content-Type value from the specified buffer.
            
 See Also
See Also