AttachmentCollection.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 AttachmentCollection.Enumerator
instance.Reset()
public void Reset()
See also
Reference
AttachmentCollection.Enumerator structure