MimeNode Class

The MimeNode class is the base class for nodes within a MimeDocument object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public MustInherit Class MimeNode _
    Implements IEnumerable(Of MimeNode), IEnumerable
'Usage
Dim instance As MimeNode
public abstract class MimeNode : IEnumerable<MimeNode>, 
    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.