LumiSoft Mail Server User API
Item Property (addressOfRecord)
Namespaces > LumiSoft.MailServer.API.UserAPI > SipRegistrationCollection > Item(String)
Gets a SipRegistration object in the collection by SIP registration name.
Syntax
C#Visual BasicManaged C++
public SipRegistration Item [
	string addressOfRecord
] { get; }
Public ReadOnly Property Item ( _
	addressOfRecord As String _
) As SipRegistration
public:
SipRegistration^ Item {
	SipRegistration^ get (String^ addressOfRecord);
}
Parameters
addressOfRecord (String)
A String value that specifies the SIP registration 'address of record' of the SipRegistration object in the SipRegistrationCollection collection.
Return Value
A SipRegistration object value that represents the SIP registration in server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)