MimePart.Subtree property
Gets an enumerable MIME part subtree that can be traversed or passed to the IEnumerable<MimePart>.GetEnumerator() method, which supports more advanced enumeration.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Subtree As MimePart.PartSubtree
Get
'Usage
Dim instance As MimePart
Dim value As MimePart.PartSubtree
value = instance.Subtree
public MimePart.PartSubtree Subtree { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.MimePart.PartSubtree
A MIME part subtree.