LumiSoft Mail Server User API
Uri Property
Namespaces > LumiSoft.Net.SDP > SDP > Uri
Gets or sets Uniform Resource Identifier. The URI should be a pointer to additional information about the session. This is optional value, null means not specified.
Syntax
C#Visual BasicManaged C++
public string Uri { get; set; }
Public Property Uri As String
public:
String^ Uri {
	String^ get ();
	void set (String^ value);
}

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