Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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