Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
(boilerplate)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
<center>'''CheckInbox()''' ''-Documentation by [[user:Grayswandir|Grayswandir]]-''</center>
 
 
CheckInbox();
 
 
 
Populates client's inbox with messages.
 
Populates client's inbox with messages.
 
CheckInbox();
   
 
==Details==
----
 
 
* This function requires that the mailbox window is open.
;''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 {{api|GetInboxHeaderInfo}}() and {{api|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.
 
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}}
 
[[Category:API Functions|GetInboxHeaderInfo]]
 
[[Category:API Mail Functions|GetInboxHeaderInfo]]
 

Revision as of 13:48, 28 April 2010

Populates client's inbox with messages.

CheckInbox();

Details

  • This function requires that the mailbox window is open.
  • 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.