MailFolderList

Summary

  • Lists mail folders to support filing, move operations, and navigation.

Graph Endpoint

  • Top level: GET /me/mailFolders

  • Children: GET /me/mailFolders/{parentId}/childFolders

Parameters

Optional

  • parentId: string — If provided, lists child folders of the given folder.

  • top: number — 1..100

Usage (app.businessFunction)

Top-level folders

app.businessFunction({
  functionName: 'MicrosoftGraph',
  methodName: 'Mail',
  operation: 'FolderList',
  parameters: {
    top: 50
  }
})

Child folders of a parent

Response

Last updated

Was this helpful?