WoW:API GetInboxText

Revision as of 16:15, 26 January 2006 by WoWWiki>Xtrochu (Added basic API description)
GetInboxText(index) -Documentation by user:Xtrochu -
bodyText, texture, isTakeable, isInvoice = GetInboxText(index);

Returns information about a mailbox item.


Arguments
(index)
index
Number - the index of the message (1 is the first message)

Returns


bodyText, texture, isTakeable, isInvoice

bodyText
String - the text of the message.
texture
String - ?.
isTakeable
Boolean - ?.
isInvoice
Boolean - not nil if the message is an auction house Invoice. see GetInboxInvoiceInfo()

Template:WoW API