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




Provides access to the MessageStream object representing the actual message.

Syntax

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

Property Value

A MessageStream object representing the actual message.

Remarks

The Object.Message property returns the MessageStream object representing the actual message. If a user-defined Stream was used to retrieve the message data (ex. by using PopMessage.Get, passing in a Stream), this property would return null.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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