ImapSearchParameter.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
Item[Int32]
Gets a child node at the specified index.
Declaration
public ImapSearchParameter this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | Index of the child node. |
Property Value
| Type | Description |
|---|---|
| ImapSearchParameter | A child node. |