ForwardMailer Method

Applies To

Workbook object.

Description

Sets up the workbook mailer for forwarding by creating a new mailer that is preset with the subject and enclosures of the existing mailer. Valid only when the workbook has a received mailer attached (you can only forward a workbook you've received). Available only in Microsoft Excel for the Macintosh, with the PowerTalk mail system extension installed.

Syntax

expression.ForwardMailer

expression Required. An expression that returns a Workbook object.

Remarks

After you use this method to set up a workbook mailer for forwarding, you can change the mailer settings (if necessary) by using the Mailer property and then use the SendMailer method to forward the workbook.

This method generates an error if it's used in Microsoft Windows.

See Also

Mailer property, MailSystem property, SendMailer method.

Example

This example forwards the active workbook.

ActiveWorkbook.ForwardMailer