| 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.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.
Target Platforms: Microsoft .NET Framework 2.0