Hi,
I see what you’re trying, you want to locate the folder ID for a specific subfolder inside your Outlook inbox. That’s a great question because Outlook doesn’t show folder IDs directly in the normal web or desktop interface, so it’s a bit hidden unless you know where to look.
If you’re using Outlook on the web, there’s actually a sneaky little way to peek at the folder ID without any special tools, just your browser. Open your mailbox and click into the subfolder you want, then hit F12 to bring up the developer tools (or right-click and choose Inspect). Sometimes, you’ll spot the folder ID right in the address bar, it’s that long string after id= in the URL. If you don’t see it there, you can flip to the Network tab in Developer Tools, refresh the page, and look for a request named GetFolder or GetChildFolders. When you click one of those, the folder’s "Id" usually shows up in the JSON response. It’s a bit of a techy trick, but once you’ve done it once or twice, it’s surprisingly straightforward.
Kind regards,