Attachment filter (subarea)
This filter is applied to the names of attachments.
ID: AttNameFilterType
Filter type
Specifies whether the name filter includes or excludes an attachment on successful match.
ID: AttNameFilterType.Type (references: AttachmentFilterType)
Match mode
Specifies whether to apply simple pattern matching or to match with regular expressions.
ID: AttNameFilterType.Mode (references: MatchModeType)
Regex options
Options for matching with a regular expression. Possible options are: none: No options. ignorecase: Case is ignored. multiline: All lines are included. explicitcapture: Only valid groups are named. singleline: Only one line is included. ignorepatternwhitespace: Whitespaces in patterns are ignored. righttoleft: Value is read from right to left. ecmascript: ECMAScript compliant evaluation behavior. cultureinvariant: No special consideration of cultural language properties. Multiple options are entered using the "|" character.
ID: AttNameFilterType.Options
Matching pattern
Specifies the matching pattern
ID: AttNameFilterType.Pattern