NextLetter Method
Applies To
Application object.
Description
Opens the oldest unread Microsoft Word letter from the In Tray. Available only on the Macintosh, with the PowerTalk mail system extension installed.
Note In Windows, NextLetter isn't available and generates an error.
Syntax
expression.NextLetter
expression Required. An expression that returns an Application object.
See Also
Mailer property.
Example
This example opens the oldest unread Microsoft Word letter from the In Tray.
If Application.MailSystem = wdPowerTalk Then _
Application.NextLetter