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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)