ConverterStream.Seek method
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 Function Seek ( _
offset As Long, _
origin As SeekOrigin _
) As Long
'Usage
Dim instance As ConverterStream
Dim offset As Long
Dim origin As SeekOrigin
Dim returnValue As Long
returnValue = instance.Seek(offset, origin)
public override long Seek(
long offset,
SeekOrigin origin
)
Parameters
offset
Type: System.Int64This parameter is ignored.
origin
Type: System.IO.SeekOriginThis parameter is ignored.
Return value
Type: System.Int64
A [System.NotSupportedException] exception.