Is there anyway to specify a folder instead of just listing the emails in the Inbox?
Example for listing items in the Inbox:
library(Microsoft365R)
outlb <- get_business_outlook()
emlst <- outlb$list_emails()
Can't find anything in the docs about how to point this to a folder.