Share via


AttachmentCollection.GetEnumerator method

The GetEnumerator method returns an enumerator object that can be used to iterate through the collection.

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

Syntax

'Declaration
Public Function GetEnumerator As AttachmentCollection.Enumerator
'Usage
Dim instance As AttachmentCollection
Dim returnValue As AttachmentCollection.Enumerator

returnValue = instance.GetEnumerator()
public AttachmentCollection.Enumerator GetEnumerator()

Return value

Type: Microsoft.Exchange.Data.Transport.Email.AttachmentCollection.Enumerator

See also

Reference

AttachmentCollection class

AttachmentCollection members

Microsoft.Exchange.Data.Transport.Email namespace