LumiSoft Mail Server User API
ToTag Property
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_To > ToTag
Gets or sets tag parameter value. The "tag" parameter serves as a general mechanism for dialog identification. Value null means that branch paramter doesn't exist.
Syntax
C#Visual BasicManaged C++
public string ToTag { get; set; }
Public Property ToTag As String
public:
String^ ToTag {
	String^ get ();
	void set (String^ value);
}

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