Mailer Object
Description
Represents the PowerTalk Mailer for a workbook. This object is available only on the Macintosh, with the PowerTalk system extension installed.
Using the Mailer Object
Use the Mailer property to return the Mailer object. The following example sets the Subject property for the mailer attached to the active workbook.
ActiveWorkbook.HasMailer = True
ActiveWorkbook.Mailer.Subject = "Here is the workbook."
Properties
Application property, BCCRecipients property, CCRecipients property, Creator property, Enclosures property, Parent property, Received property, SendDateTime property, Sender property, Subject property, ToRecipients property, WhichAddress property.
See Also
SendMailer method.