Syntax
expression.ForwardMailer expression An expression that returns a Document object. Remarks After you use this method to set up a document mailer for forwarding, you can change the mailer settings (if necessary) by using the Mailer property, and then you can use the SendMailer method to forward the document. Example This example forwards the active document if it has a mailer.With ActiveDocument
If .HasMailer Then .ForwardMailer
End With