LumiSoft Mail Server User API
FromTag Property
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_From > FromTag
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 FromTag { get; set; }
Public Property FromTag As String
public:
String^ FromTag {
	String^ get ();
	void set (String^ value);
}

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