Share via


MimePart Class

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

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
public class MimePart : MimeNode, IDisposable, IEnumerable<MimePart>, 
    IEnumerable
public ref class MimePart : public MimeNode, IDisposable, IEnumerable<MimePart^>, 
    IEnumerable
public class MimePart extends MimeNode implements IDisposable, IEnumerable<MimePart>, 
    IEnumerable
public class MimePart extends MimeNode implements 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.

Inheritance Hierarchy

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

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003