LumiSoft Mail Server User API
Organization Property
Namespaces > LumiSoft.Net.SIP > SIP_Message > Organization
Gets or sets organization name which the SIP element issuing the request or response belongs. Value null means not specified.
Syntax
C#Visual BasicManaged C++
public string Organization { get; set; }
Public Property Organization As String
public:
String^ Organization {
	String^ get ();
	void set (String^ value);
}

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