LumiSoft Mail Server User API
ContentType Property
Namespaces > LumiSoft.Net.SIP > SIP_Message > ContentType
Gets or sets the Content-Type header field which indicates the media type of the message-body sent to the recipient. Value null means not specified.
Syntax
C#Visual BasicManaged C++
public string ContentType { get; set; }
Public Property ContentType As String
public:
String^ ContentType {
	String^ get ();
	void set (String^ value);
}

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