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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)