WoW API: GetInboxItemLink

From AddOn Studio
Revision as of 22:39, 16 November 2007 by WoWWiki>KarlThePagan (2.3 changes (as implemented by BulkMail2Inbox))
Jump to navigation Jump to search

WoW API < GetInboxItemLink


Returns the itemLink of the attachment attached to message at (index,attachment).

"itemLink" = GetInboxItemLink(index,attachment)


Arguments

(index,attachment)
index
Integer - The index of the message to get information from.
attachment
Integer - The index of the attachment to get information from. In the range of [1,ATTACHMENTS_MAX_SEND]


Returns

"itemLink"
itemLink - The itemLink for the specified item.