LumiSoft Mail Server User API
SIP_Registration Constructor (userName, address)
Namespaces > LumiSoft.Net.SIP > SIP_Registration > SIP_RegistrationNew(String, String)
Default constructor.
Syntax
C#Visual BasicManaged C++
public SIP_Registration (
	string userName,
	string address
)
Public Sub New ( _
	userName As String, _
	address As String _
)
public:
SIP_Registration (
	String^ userName, 
	String^ address
)
Parameters
userName (String)
User name what owns registration.
address (String)
Address what registration holds. (This is To: address of record value.)

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