EmailRecipientCollection.Enumerator.Reset Method

The Reset method sets the enumerator to the first element in the collection.

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Sub Reset
'Usage
Dim instance As EmailRecipientCollection.Enumerator

instance.Reset()
public void Reset()

Implements

IEnumerator.Reset()