MimeReader constructor (Stream)
The MimeReader constructor creates a new MimeReader object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
mime As Stream _
)
'Usage
Dim mime As Stream
Dim instance As New MimeReader(mime)
public MimeReader(
Stream mime
)
Parameters
mime
Type: System.IO.StreamA Stream object that contains MIME data.