MailItem.GetMimeReadStream method
When overridden in a derived class, the GetMimeReadStream method gets a readable stream that contains the Multipurpose Internet Mail Extensions (MIME) content for the derived class.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Function GetMimeReadStream As Stream
'Usage
Dim instance As MailItem
Dim returnValue As Stream
returnValue = instance.GetMimeReadStream()
public abstract Stream GetMimeReadStream()
Return value
Type: System.IO.Stream
When overridden in a derived class, the GetMimeReadStream method returns a read-only stream.