users.mailFolder
List childFolders from user
Get the folder collection under the specified folder in a specific user's mailbox.
get/users/{userIdentifier}/mailFolders/{mailFolderId}/childFolders
Query parameters
includeHiddenFoldersboolean
Include Hidden Folders
$topinteger
Show only the first n items
$skipinteger
Skip the first n items
$searchstring
Search items by search phrases
$filterstring
Filter items by property values
$countboolean
Include count of items
$orderbystring[]
Order items by property values
$selectstring[]
Select properties to be returned
$expandstring[]
Expand related entities
Response
Retrieved collection
Changes
Changed in 3 of the 10 revisions of this API.12
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲