Returns the names of the last three senders of new mail. Returns sender names for new messages which the player has not yet seen in the mailbox; returns nothing if the player's inbox only contains unread messages which have been seen in the mailbox listing but not yet opened.
See also Mail functions.
Signature:
sender1, sender2, sender3 = GetLatestThreeSenders()
Returns:
sender1- Name of a recent message's sender (string)sender2- Name of a recent message's sender (string)sender3- Name of a recent message's sender (string)