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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)