WoW:API CheckInbox

Revision as of 06:04, 12 September 2005 by WoWWiki>WoWWiki-Grayswandir (Populate inbox with messages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CheckInbox() -Documentation by Grayswandir-

CheckInbox();

Populates client's inbox with messages.


Details

After it is called and the inbox populated, the client's stored mailbox information can be accessed from anywhere in the world. That is, functions like GetInboxHeaderInfo() and GetInboxNumItems() may be called from anywhere. Note that only the *stored* information can be accessed--to get current inbox info, you have to call CheckInbox() again.

Requires that the mailbox window is open.


Template:WoW API