ConverterStream.Length property
Throws an exception when called.
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
A [System.NotSupportedException] exception.