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
'Usage
Dim instance As MimePart
public class MimePart : MimeNode

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.

See also

Reference

MimePart members

Microsoft.Exchange.Data.Mime namespace