Click or drag to resize

ContentTypeParse Method

Parses specified string and creates new ContentType object.

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ContentType Parse(
	string value
)

Parameters

value
Type: SystemString
String in format: type/subtype

Return Value

Type: ContentType
New ContentType object.
See Also