LumiSoft Mail Server User API
Item Property (remoteServerID)
Namespaces > LumiSoft.MailServer.API.UserAPI > UserRemoteServerCollection > Item(String)
Gets remote server with specified ID.
Syntax
C#Visual BasicManaged C++
public UserRemoteServer Item [
	string remoteServerID
] { get; }
Public ReadOnly Property Item ( _
	remoteServerID As String _
) As UserRemoteServer
public:
UserRemoteServer^ Item {
	UserRemoteServer^ get (String^ remoteServerID);
}
Parameters
remoteServerID (String)
A String value that specifies the remote server ID of the UserRemoteServer object in the UserRemoteServerCollection collection.
Return Value
A UserRemoteServer object value that represents the user remote server in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)