I'm trying to apply both $list_attachments() and $download_attachment() to my outlook object but they return the same error. The code is straight forward:
email <- my_outlook$list_emails(n = 1)
email2 <- email$list_attachments()
Error: attempt to apply non-function
email2 <- email$download_attachment()
Error: attempt to apply non-function
Any ideas of what's going on?