UserPurposeMustHaveRegex
A regular expression to restrict the mailboxes that are processed by the connector. A user's mailbox purpose must match the regular expression, otherwise the user is ignored.
NOTE: To use this parameter, your OAuth service application must have the Microsoft Graph MailboxSettings.Read permission. For information about setting up an OAuth service application, see Set up an OAuth Service Application
| Type: | String (regular expression) |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | UserPurposeMustHaveRegex=user
|
| See Also: | UserPurposeCantHaveRegex |