LumiSoft Mail Server User API
SetRegistration Method (addressOfRecord, contacts)
Namespaces > LumiSoft.Net.SIP > SIP_ServerProxyCore > SetRegistration(String, SIP_t_ContactParam[]())
Add or updates specified SIP registration info.
Syntax
C#Visual BasicManaged C++
public void SetRegistration (
	string addressOfRecord,
	SIP_t_ContactParam[] contacts
)
Public Sub SetRegistration ( _
	addressOfRecord As String, _
	contacts As SIP_t_ContactParam() _
)
public:
void SetRegistration (
	String^ addressOfRecord, 
	array<SIP_t_ContactParam^>^ contacts
)
Parameters
addressOfRecord (String)
Registration address of record.
contacts (SIP_t_ContactParam[]())
Registration address of record contacts to update.

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