Share via


MimeReader.GetContentReadStream Method

The GetContentReadStream method returns a stream that contains the content of the current part body.

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

Syntax

'Declaration
Public Function GetContentReadStream As Stream
'Usage
Dim instance As MimeReader
Dim returnValue As Stream

returnValue = instance.GetContentReadStream()
public Stream GetContentReadStream()

Return Value

Type: System.IO.Stream

Remarks

If the ContentTransferEncoding property is set for the current part, the data is decoded before it is returned.