MailMessage.Forward Method (Word)

Opens a new e-mail 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 e-mail editor.

Example

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

Application.MailMessage.Forward

See Also

Concepts

MailMessage Object Members

MailMessage Object