Get Email Folders

Retrieve all the email folders that are in the authenticated user's mailbox.

📘

Note: This operation is part of the Outlook Book (BDK). To use this book, you need to first learn it in your agent.

Note: It requires the following permissions on the scopes: Mail.Read, Mail.ReadWrite, Mail.ReadBasic, Mail.ReadBasic.All, Mail.ReadWrite.Shared

Output Concepts

ConceptDescriptionType
email foldersAll the email folders for the authenticated useroutlook email folder

Examples

Retrieve all email folders for the authenticated user

get some email folders from outlook

Retrieve all email folders for the authenticated user that match provided name

get some email folders from outlook whose "displayName" is "Inbox"