WoW API: GetInboxNumItems

From AddOn Studio
Revision as of 16:38, 4 December 2007 by WoWWiki>Pcj
Jump to navigation Jump to search

WoW API < GetInboxNumItems

GetInboxNumItems();

Reports the number of messages in the client's inbox.


Details

After CheckInbox() is called and the inbox populated, this function will report the number of items in the user's inbox.

You access items in the inbox using GetInboxHeaderInfo().

FIXME - Requires that the mailbox window is open? FIXME - Sample code showing use of the mail when at the mailbox or out in the world.