WoW:API GetInboxNumItems: Difference between revisions
Jump to navigation
Jump to search
GetInboxNumItems() -Documentation by Feysharnalie-
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{API | <center>'''GetInboxNumItems()''' ''-Documentation by [[user:Feysharnalie|Feysharnalie]]-''</center> | ||
GetInboxNumItems(); | |||
Reports the number of messages in the client's inbox. | |||
---- | |||
;''Details'' | |||
After [[API_CheckInbox|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 [[API_GetInboxHeaderInfo|GetInboxHeaderInfo()]]. | |||
FIXME - Requires that the mailbox window is open. | |||
---- | |||
{{Template:WoW API}} | |||
[[Category:API Functions|GetInboxHeaderInfo]] | |||
[[Category:API Mail Functions|GetInboxHeaderInfo]] |
Revision as of 07:38, 4 January 2006
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.