Gets an IEnumerator<string> for the collection.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator(Of String)
C#
public IEnumerator<string> GetEnumerator()

Return Value

An IEnumerator<string> for the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also