LumiSoft Net Help
ContentType_Name Property
NamespacesLumiSoft.Net.MimeMimeEntityContentType_Name
Gets or sets "Content-Type:" header field "name" parameter. Returns null if Content-Type: header field value isn't set or Content-Type: header field "name" parameter isn't set.

Note: Content-Type must be application/xxx or exception is thrown. This property is obsolete today, it's replaced with Content-Disposition: filename parameter. If possible always set FileName property instead of it.

Declaration Syntax
C#Visual BasicVisual C++F#
public string ContentType_Name { get; set; }
Public Property ContentType_Name As String
	Get
	Set
public:
property String^ ContentType_Name {
	String^ get ();
	void set (String^ value);
}
member ContentType_Name : string with get, set
Property Value

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