MimePart.SubtreeEnumerator Structure
The MimePart.SubtreeEnumerator structure provides rich control over the enumeration of the contents of a MimePart.PartSubtree structure.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Structure SubtreeEnumerator _
Implements IEnumerator(Of MimePart), IDisposable, _
IEnumerator
'Usage
Dim instance As MimePart.SubtreeEnumerator
public struct SubtreeEnumerator : IEnumerator<MimePart>,
IDisposable, IEnumerator
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.