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 ByteEncoder property gets the ByteEncoder that this EncoderStream object uses to encode or decode data.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ByteEncoder As ByteEncoder
Get
'Usage
Dim instance As EncoderStream
Dim value As ByteEncoder
value = instance.ByteEncoder
public ByteEncoder ByteEncoder { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.Encoders.ByteEncoder