LumiSoft Mail Server User API
ContentType_Name Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > ContentType_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.

Syntax
C#Visual BasicManaged C++
public string ContentType_Name { get; set; }
Public Property ContentType_Name As String
public:
String^ ContentType_Name {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)