ConverterStream.SetLength method
The SetLength method throws a NotSupportedException.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides Sub SetLength ( _
value As Long _
)
'Usage
Dim instance As ConverterStream
Dim value As Long
instance.SetLength(value)
public override void SetLength(
long value
)
Parameters
value
Type: System.Int64This parameter is ignored.