PowerTCP Mail for .NET
Length Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > EnhancedStream Class : Length Property




The length of data available on the stream. This method always throws a NotSupportedException.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property Length As Long
Visual Basic (Usage)Copy Code
Dim instance As EnhancedStream
Dim value As Long
 
value = instance.Length
C# 
public override long Length {get;}
Managed Extensions for C++ 
public: __property long get_Length() override;
C++/CLI 
public:
property int64 Length {
   int64 get() override;
}

Property Value

A long value representing the length of the stream in bytes.

Exceptions

ExceptionDescription
System.NotSupportedException.#ctorAlways throws this exception.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.