ImapMessageCollection.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
GetEnumerator(Int32, Int32)
Returns an enumerator for a section of the Imap
Declaration
public IEnumerator GetEnumerator(int index, int count)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based starting index of the Imap |
Int32 | count | The number of elements in the Imap |
Returns
Type | Description |
---|---|
IEnumerator | An IEnumerator for the specified section of the ArrayList. |
Remarks
Not supported by Rebex IMAP for .NET Compact Framework.
GetEnumerator()
Gets an IEnumerator<T> for the Imap
Declaration
public IEnumerator<ImapMessageInfo> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Imap |
An IEnumerator<T> for the collection. |