LumiSoft Mail Server User API
Item Property (routeID)
Namespaces > LumiSoft.MailServer.API.UserAPI > RouteCollection > Item(String)
Gets a Route object in the collection by group ID.
Syntax
C#Visual BasicManaged C++
public Route Item [
	string routeID
] { get; }
Public ReadOnly Property Item ( _
	routeID As String _
) As Route
public:
Route^ Item {
	Route^ get (String^ routeID);
}
Parameters
routeID (String)
A String value that specifies the group ID of the Route object in the RouteCollection collection.
Return Value
A Route object value that represents the route in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)