Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Pop3MessageCollection.GetEnumerator Method

Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9147)

GetEnumerator(Int32, Int32)

Returns an enumerator for a section of the Pop3MessageCollection.

Declaration
public IEnumerator GetEnumerator(int index, int count)
Parameters
Type Name Description
Int32 index

The zero-based starting index of the Pop3MessageCollection section that the enumerator should refer to.

Int32 count

The number of elements in the Pop3MessageCollection section that the enumerator should refer to.

Returns
Type Description
IEnumerator

An IEnumerator for the specified section of the ArrayList.

Remarks

Not supported by Rebex POP3 for .NET Compact Framework.

GetEnumerator()

Gets an IEnumerator<T> for the Pop3MessageCollection collection.

Declaration
public IEnumerator<Pop3MessageInfo> GetEnumerator()
Returns
Type Description
IEnumerator<Pop3MessageInfo>

An IEnumerator<T> for the collection.

Implements
IEnumerable<T>.GetEnumerator()
In This Article
  • GetEnumerator(Int32, Int32)
  • GetEnumerator()
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies