EwsItemCollection.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
GetEnumerator()
Gets an IEnumerator<T> for the collection.
Declaration
public IEnumerator<EwsItemInfo> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<EwsItemInfo> | An IEnumerator<T> for the collection. |