Command.Mail.Take

Takes an attached item from mail.

Usage:

Interaction category: mail

Throttled.

Command.Mail.Take(mail, item)
Command.Mail.Take(mail, items)
Command.Mail.Take(mail, item, callback)
Command.Mail.Take(mail, items, callback)
ParameterTypeDatatypeDescription
callbackparametercallbackfunctionA standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
itemparameteritemThe ID of the item to be taken.
itemsparametertableA table containing a list of the items to be taken.
mailparametermailThe ID of the mail to be targeted.