Get Email Folders

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

This procedure is part of the Microsoft Outlook Book (BDK). To use this book, you must 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

Concept
Description
Type

email folders

All the email folders for the authenticated user

outlook 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"

Last updated

Was this helpful?