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




Provides access to the Stream object containing the encoded message.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Stream As Stream
Visual Basic (Usage)Copy Code
Dim instance As MessageBase
Dim value As Stream
 
value = instance.Stream
C# 
public virtual Stream Stream {get;}
Managed Extensions for C++ 
public: __property virtual Stream* get_Stream();
C++/CLI 
public:
virtual property Stream^ Stream {
   Stream^ get();
}

Property Value

A Stream object containing the encoded message.

Remarks

This property differs from the Object.Message property in that the Object.Message returns a MessageStream object containing decoded data, where the Object.Stream property always returns a Stream object containing encoded data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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