LumiSoft Net Help
Item Property (index)
NamespacesLumiSoft.Net.MailMail_t_MailboxListItem[([( Int32])])
Gets the element at the specified index.
Declaration Syntax
C#Visual BasicVisual C++F#
public Mail_t_Mailbox this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As Mail_t_Mailbox
	Get
public:
property Mail_t_Mailbox^ default[int index] {
	Mail_t_Mailbox^ get (int index);
}
member Item : Mail_t_Mailbox with get
Parameters
index (Int32)
The zero-based index of the element to get.
Return Value
Mail_t_Mailbox
Returns the element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIs raised when index is out of range.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119