LumiSoft Net Help
ContentType Property
NamespacesLumiSoft.Net.MIMEMIME_EntityContentType
Gets or sets MIME content type. Value null means that header field does not exist. Defined in RFC 2045 5.
Declaration Syntax
C#Visual BasicVisual C++F#
public MIME_h_ContentType ContentType { get; set; }
Public Property ContentType As MIME_h_ContentType
	Get
	Set
public:
property MIME_h_ContentType^ ContentType {
	MIME_h_ContentType^ get ();
	void set (MIME_h_ContentType^ value);
}
member ContentType : MIME_h_ContentType with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ParseExceptionIs raised when header field parsing errors.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119