EncoderStream.BaseStream property
The BaseStream property gets the Stream object that this EncoderStream object owns.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property BaseStream As Stream
Get
'Usage
Dim instance As EncoderStream
Dim value As Stream
value = instance.BaseStream
public Stream BaseStream { get; }
Property value
Type: System.IO.Stream