EwsCategoryCollection.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
GetEnumerator()
Gets an IEnumerator<string> for the collection.
Declaration
public IEnumerator<string> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<String> | An IEnumerator<string> for the collection. |