Returns the amount of silver it will cost to send a given mail.
| cost = Utility.Mail.Cost(mail) | |||
| Parameter | Type | Datatype | Description |
|---|---|---|---|
| parameter | table | The mail to check. In the same format as the parameter of Command.Mail.Send. | |
| cost | result | number | The cost of sending this mail, in silver. |