MailMessage.Forward method (Word)

Opens a new email message with an empty To line for forwarding the active message.

Syntax

expression. Forward

expression Required. A variable that represents a 'MailMessage' object.

Remarks

This method is available only if you are using Word as your email editor.

Example

This example opens a new email message for forwarding the active message.

Application.MailMessage.Forward

See also

MailMessage Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.