MimePart Class

The MimePart class represents a Multipurpose Internet Mail Extensions (MIME) part.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Mime.MimeNode
    Microsoft.Exchange.Data.Mime.MimePart

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

Syntax

'Declaration
Public Class MimePart _
    Inherits MimeNode _
    Implements IDisposable, IEnumerable(Of MimePart),  _
    IEnumerable
'Usage
Dim instance As MimePart
public class MimePart : MimeNode, IDisposable, 
    IEnumerable<MimePart>, IEnumerable

Remarks

Each MIME part will contain a set of headers and either a data section or a set of child parts.

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.