Applies To
Application Object.
Description
Opens the oldest unread Microsoft Excel letter from the In Tray. Available only in Microsoft Excel for the Apple Macintosh with the PowerTalk mail system extension installed.
Syntax
object.NextLetter
object
Required. The Application object.
Remarks
This method returns a Workbook object for the newly opened workbook, or Null if there are no more workbooks to open.
This method generates an error if it is used in Microsoft 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