ConverterStream.Length Property
The Length property throws a NotSupportedException.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Length As Long
Get
'Usage
Dim instance As ConverterStream
Dim value As Long
value = instance.Length
public override long Length { get; }
Property Value
Type: System.Int64