PowerTCP Mail for .NET
Forward(String) Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MessageStream Class > Forward Method : Forward(String) Method




text
The new text for the forwarded message.
Returns a MessageStream object formatted for a forwarded message.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Forward( _
   ByVal text As String _
) As MessageStream
Visual Basic (Usage)Copy Code
Dim instance As MessageStream
Dim text As String
Dim value As MessageStream
 
value = instance.Forward(text)
C# 
public MessageStream Forward( 
   string text
)
Managed Extensions for C++ 
public: MessageStream* Forward( 
   string* text
) 
C++/CLI 
public:
MessageStream^ Forward( 
   String^ text
) 

Parameters

text
The new text for the forwarded message.

Return Value

A MessageStream object formatted for a forwarded message.

Remarks

This method moves this message’s text parts into a part and creates a new part initialized with text. The new message contains the original message plus attachments. "FW:" will automatically be prepended to the subject line of the newly created message.

This method does not change the original message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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