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 have received). Available only in Microsoft Excel for the Apple Macintosh with the PowerTalk mail system extension installed.
Syntax
object.ForwardMailer
object
Required. The Workbook object.
Remarks
After you use this method to set up a workbook mailer for forwarding, you can change the mailer settings (if necessary) with the Mailer property and then use the SendMailer method to forward the workbook.
This method generates an error if it is used in Microsoft Windows.
See Also
Mailer Property, MailSystem Property, SendMailer Method.
Example
This example forwards the active workbook.
ActiveWorkbook.ForwardMailer