Edit

Share via


FilterRule.ContinueAfterMatch Property

Definition

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

Property Value

Applies to