ConverterStream.Position 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 Property Position As Long
Get
Set
'Usage
Dim instance As ConverterStream
Dim value As Long
value = instance.Position
instance.Position = value
public override long Position { get; set; }
Property value
Type: System.Int64
A [System.NotSupportedException] exception.