MimePart.PartSubtree Structure
The MimePart.PartSubtree structure encapsulates an enumerable tree of the parts of this MIME message.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Structure PartSubtree _
Implements IEnumerable(Of MimePart), IEnumerable
'Usage
Dim instance As MimePart.PartSubtree
public struct PartSubtree : IEnumerable<MimePart>,
IEnumerable
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.