FilterRule.ContinueAfterMatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this is true, filter testing is continued even after a match. If it is false (the default), no further filters are tested after the first match (which typically means that a message is only matching one filter)
public bool ContinueAfterMatch { get; }
member this.ContinueAfterMatch : bool
Public ReadOnly Property ContinueAfterMatch As Boolean