Platform SDK: CDO for Windows 2000

Forward Method

The Forward method creates and returns another message that can be used to forward this message.

[Visual Basic]
Function Forward() as CDO.Message
[C++]
HRESULT Forward(IMessage** pVal);
[IDL]
HRESULT Forward([out,retval] IMessage** pVal);

Remarks

The Forward method returns the IMessage interface on the new message.

If the configuration field http://schemas.microsoft.com/cdo/configuration/usemessageresponsetext is set to True (VARIANT_TRUE), the original message is formatted as shown in the following example:

-----Original Message-----
From: "Person" <person@microsoft.com>
Sent: Tue, 23 Mar 1998 12:41:37 -0800
To: "Person A" <personA@microsoft.com>
Subject: Hello There

The message response text is localized into the language specified by the http://schemas.microsoft.com/cdo/configuration/languagecode configuration field.

The Forward method retains all attachments from this message but does not set any recipients on the new message.

See Also

http://schemas.microsoft.com/cdo/configuration/languagecode Field

http://schemas.microsoft.com/cdo/configuration/usemessageresponsetext Field