1. Home
  2. Docs
  3. Super-ExMerge On-line Doc...
  4. Vocabulary and Glossary
  5. TokenizedPath

TokenizedPath

A TokenizedPath is a special format of a folder path string used by SuperExMerge. This format changes common folder names in the path to a language-agnostic value.

For example, this folder path \Inbox\My Stuff\Older Stuff would become \{Inbox}\My Stuff\Older Stuff as a TokenizedPath. This allows script writers and PowerShell users to work with folder paths without concern about the various language-specific text values that exist for common folders.

TokenizedPaths can also be in one of two formats: token-only and token-and-name.
A token-only path will have the simple token name as seen in the table below.
A token-and-name value will have the tokenized name followed by the actual name of the folder, such as {Inbox:Postvak IN}, which shows the folder name in Dutch.

The following table shows the TokenizedPath values current available:
Note that not every folder listed below is available in every mailbox store. Outlook is generally responsible for the creation of these folders, but if a mailbox is new and an Outlook user has not yet logged on to it, it may be missing many of these folders.

{VisibleRoot}Equates to the IPM_Subtree folder of a store.
This is the parent folder of the Inbox for mailboxes. This folder sometimes has a name of “Top of Information Store”.
This is the parent folder of the root-level visible folders of a Public Folder store, and sometimes has a name of “All Public Folders”
{NonVisibleRoot}Equates to the NON_IPMSubtree folder of a store.
This is root folder of a mailbox store, the very top and first folder.
This is a child folder of the a public folder store’s top root folder and is at the same level as {VisibleRoot}
{StoreRoot}This token equates to the very top folder of a store, regardless of store type.
{NON_IPMSubtree}This token equates to the same as {NonVisibleRoot}
{IPMSubtree}This token equates to the same as {VisibleRoot}
{PublicFolderRoot}This token equates to the {VisibleRoot} folder of a public folder store.
{Calendar}Equates to the Calendar folder of a mailbox store.
{CommonViews}Equates to the Common Views folder of a mailbox store. This folder is a child folder of the {NonVisibleRoot} folder.
{Contacts}Equates to the Contacts folder of a mailbox store.
{ConversationActionSettings}Equates to the Conversation Action Settings folder of a mailbox store. This is a hidden folder that is a child of the {VisibleRoot} of a mailbox.
{DeletedItems}Equates to the Deleted Items folder of a mailbox store.
{Drafts}Equates to the Drafts folder of a mailbox store.
{Finder}Equates to the Finder folder of a mailbox store. This is a child folder of the {NonVisibleRoot} folder.
{Inbox}Equates to the Inbox folder of a mailbox store.
{Junk}Equates to the Junk Email folder of a mailbox store.
{Outbox}Equates to the Outbox folder of a mailbox store.
{QuickStepSettings}Equates to the Quick Step Settings folder of a mailbox store. This is a hidden folder that is a child of the {VisibleRoot} of a mailbox.
{RSSFeeds}Equates to the RSS Feeds folder of a mailbox store.
{SentItems}Equates to the Sent Items folder of a mailbox store.
{StickyNotes}Equates to the Notes folder of a mailbox store. This is the folder where “sticky” or “post it” type notes are created.
{SuggestedContacts}Equates to the Suggested Contacts folder of a mailbox store.
{SyncIssues}Equates to the Sync Issues folder of a mailbox store.
{SyncIssuesConflicts}Equates to the Conflicts folder that is a child of the {SyncIssues} folder of a mailbox store.
{SyncIssuesLocalFailures}Equates to the Local Failures folder that is a child of the {SyncIssues} folder of a mailbox store.
{SyncIssuesServerFailures}Equates to the Server Failures folder that is a child of the {SyncIssues} folder of a mailbox store.
{Tasks}Equates to the Tasks folder of a mailbox store.
{ToDoSearch}Equates to the ToDo/Search folder of a mailbox store. This is a child of the {NonVisibleRoot} folder of a mailbox.
{TrackedMailProcessing}Equates to the Tracked Mail Processing folder of a mailbox store. This is a child of the {NonVisibleRoot} of a mailbox.

How can we help?