Wildcards

The supported wildcards include:

Wildcards Description

*

Any number of any characters. For example:

Accounting*

The above wildcard pattern filters any mailbox display name or mailbox folder name that begins with "Accounting" followed by any number of any characters (e.g., Accounting Mailbox, Accounting Folder, etc.).

?

Any one character. For example:

user_group?

The above wildcard pattern filters any mailbox display name or mailbox folder name that begins with "user_group" followed by any one character (e.g., user_groupA, user_group1, etc.).

NOTES

You can also use a combination of wildcards in a single expression.