Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetEnumerator method returns an enumerator that can be used to iterate over all the MIME parts in this MimePart.PartSubtree structure.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetEnumerator As MimePart.SubtreeEnumerator
'Usage
Dim instance As MimePart.PartSubtree
Dim returnValue As MimePart.SubtreeEnumerator
returnValue = instance.GetEnumerator()
public MimePart.SubtreeEnumerator GetEnumerator()
Return value
Type: Microsoft.Exchange.Data.Mime.MimePart.SubtreeEnumerator