LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.MailServer.API.UserAPI > UserMessageRuleCollection > Item(Int32)
Gets a UserMessageRule object in the collection by index number.
Syntax
C#Visual BasicManaged C++
public UserMessageRule Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As UserMessageRule
public:
UserMessageRule^ Item {
	UserMessageRule^ get (int index);
}
Parameters
index (Int32)
An Int32 value that specifies the position 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)