Share via


Forward Method

Opens a new e-mail message with an empty To: line for forwarding the active message. This method is available only if you are using Word as your e-mail editor.

expression**.Forward**

expression Required. An expression that returns a MailMessage object.

Example

This example opens a new e-mail message for forwarding the active message.

Application.MailMessage.Forward

Applies to | MailMessage Object