Get Email Folders for a User
Retrieve all the email folders that are in the specified user's mailbox.
Note: It requires the following permissions on the application: Mail.Read, Mail.ReadWrite, Mail.ReadBasic, Mail.ReadBasic.All, Mail.ReadWrite.Shared
Input Concepts
Concept
Description
Type
Required
Output Concepts
Concept
Description
Type
Examples
Retrieve all email folders for the specified user
get users from office365 whose mail is "[email protected]"
use the first user as the user
retrieve the user's email folders
Retrieve all email folders for the specified user that match the provided name
get users from office365 whose mail is "[email protected]"
use the first user as the user
retrieve the user's email folders whose "displayName" is "Inbox"
Last updated
Was this helpful?