LumiSoft Mail Server User API
ContentDisposition Property
Namespaces > LumiSoft.Net.SIP > SIP_Message > ContentDisposition
Gets or sets the Content-Disposition header field which describes how the message body or, for multipart messages, a message body part is to be interpreted by the UAC or UAS. Value null means not specified.
Syntax
C#Visual BasicManaged C++
public string ContentDisposition { get; set; }
Public Property ContentDisposition As String
public:
String^ ContentDisposition {
	String^ get ();
	void set (String^ value);
}

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