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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)