ItemFilenameMustHaveRegex
A regular expression to restrict the files that are synchronized by the connector. The name of a file must match the regular expression, or the file and all associated comments are ignored.
You can use this parameter to ignore unwanted attachments.
| Type: | String (regular expression) |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | ItemFilenameMustHaveRegex=.*\.xlsx
|
| See Also: | ItemFilenameCantHaveRegex |