|  | ContentTypeParse(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(
	byte[] buffer
)
Parameters
- 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