LumiSoft Mail Server User API
Set Method (addressOfRecord, contacts)
Namespaces > LumiSoft.MailServer.API.UserAPI > SipRegistrationCollection > Set(String, String[]())
Adds or updates specified SIP registration info.
Syntax
C#Visual BasicManaged C++
public void Set (
	string addressOfRecord,
	string[] contacts
)
Public Sub Set ( _
	addressOfRecord As String, _
	contacts As String() _
)
public:
void Set (
	String^ addressOfRecord, 
	array<String^>^ contacts
)
Parameters
addressOfRecord (String)
Registration address of record.
contacts (String[]())
Contacts to add to the specified address of record.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)