Click or drag to resize
MimeKit

ContentTypeParse Method

Overload List
 NameDescription
Public methodStatic memberParse(Byte) Parse the specified input buffer into a new instance of the ContentType class.
Public methodStatic memberParse(String) Parse the specified text into a new instance of the ContentType class.
Public methodStatic memberParse(Byte, Int32) Parse the specified input buffer into a new instance of the ContentType class.
Public methodStatic memberParse(ParserOptions, Byte) Parse the specified input buffer into a new instance of the ContentType class.
Public methodStatic memberParse(ParserOptions, String) Parse the specified text into a new instance of the ContentType class.
Public methodStatic memberParse(Byte, Int32, Int32) Parse the specified input buffer into a new instance of the ContentType class.
Public methodStatic memberParse(ParserOptions, Byte, Int32) Parse the specified input buffer into a new instance of the ContentType class.
Public methodStatic memberParse(ParserOptions, Byte, Int32, Int32) Parse the specified input buffer into a new instance of the ContentType class.
Top
See Also