Mailer Object

Description

Represents the PowerTalk Mailer for a workbook. This object is available only on the Apple Macintosh with the PowerTalk system extension installed.

Accessors

The Mailer property returns the mailer for the workbook when the HasMailer property is True. 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.

See Also

SendMailer Method.