TLDR: is there a method to change the active/selected folder in the Navigation Pane to a specified folder?

I have a script (thanks your help!) that MOVES items from my Inbox to a sub-folder buried deep in my tree of folders (using MailItem.Move). I want to write a second script that then navigates to that specific folder. Note: I do not want the script itself to display the contents of that folder, but rather to change the active folder in the Navigation Pane to the specified folder; as though I found the folder in Navigation Pane and selected it.

Is this posible?