Sdílet prostřednictvím


MimePart Constructor (String, ContentTransferEncoding, Stream, CachingMode)

The MimePart constructor creates a new MimePart object, gives it a specified Content-Type header, and sets the content.

Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub New ( _
    contentType As String, _
    transferEncoding As ContentTransferEncoding, _
    contentStream As Stream, _
    cachingMode As CachingMode _
)
public MimePart (
    string contentType,
    ContentTransferEncoding transferEncoding,
    Stream contentStream,
    CachingMode cachingMode
)
public:
MimePart (
    String^ contentType, 
    ContentTransferEncoding transferEncoding, 
    Stream^ contentStream, 
    CachingMode cachingMode
)
public MimePart (
    String contentType, 
    ContentTransferEncoding transferEncoding, 
    Stream contentStream, 
    CachingMode cachingMode
)
public function MimePart (
    contentType : String, 
    transferEncoding : ContentTransferEncoding, 
    contentStream : Stream, 
    cachingMode : CachingMode
)

Parameters

  • contentType
    A string that contains the Content-Type header to use.
  • transferEncoding
    A ContentTransferEncoding enumeration value that describes the content transfer encoding to apply to contentType and contentStream.
  • contentStream
    A stream that contains Multipurpose Internet Mail Extensions (MIME) content to put in this header.
  • cachingMode
    A CachingMode enumeration value that specifies how to treat contentStream.

Remarks

The MimePart method applies cachingMode to contentStream when it is creating the new MimePart object.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003