EncoderStream.Length property
The Length property gets a long integer value describing the length of the Stream object that this EncoderStream object owns.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property Length As Long
Get
'Usage
Dim instance As EncoderStream
Dim value As Long
value = instance.Length
public override sealed long Length { get; }
Property value
Type: System.Int64