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