NextLetter Method
Applies To
Application object.
Description
Opens the oldest unread Microsoft Excel letter from the In Tray. Available only in Microsoft Excel for the Macintosh, with the PowerTalk mail system extension installed.
Syntax
expression.NextLetter
expression Required. An expression that returns an Application object.
Remarks
This method returns a Workbook object for the newly opened workbook, or it returns Null if there are no more workbooks to open.
This method generates an error if it's used in Windows.
See Also
MailSystem property, SendMail method.
Example
This example opens the oldest unread Microsoft Excel letter from the In Tray.
If Application.MailSystem = xlPowerTalk Then _
Application.NextLetter