On this pageGet IDsThis function gets all IDs of your inbox. Useful for the get mail function.Usage​Fetching IDs has never been simpler. Just run the function and await or .then it :)// ...let ids = await wrapper.mail.getIDs()CopyResult​[ 123456, 654321]Copy