LumiSoft Mail Server User API
CallID Property
Namespaces > LumiSoft.Net.SIP > SIP_Message > CallID
Gets or sets the Call-ID header field which uniquely identifies a particular invitation or all registrations of a particular client. Value null means not specified.
Syntax
C#Visual BasicManaged C++
public string CallID { get; set; }
Public Property CallID As String
public:
String^ CallID {
	String^ get ();
	void set (String^ value);
}

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