Skip to main content

Get IDs

This 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()

Result​

[
123456,
654321
]