Requests a copy of a mail's body text as an item. The text of an in-game mail can be retrieved as a readable "Plain Letter" item to store in the player's bags; this function sends a request to the server for this item, causing the standard inventory events to fire as the item is placed into the player's inventory.
See also Mail functions.
Signature:
TakeInboxTextItem(mailID)
Arguments:
mailID
- Index of a mail in the player's inbox (between 1 andGetInboxNumItems()
) (number
)