notSenders property

List<String>? notSenders
getter/setter pairoverride

A list of sender IDs to exclude. If this list is absent then no senders are excluded. A matching sender will be excluded even if it is listed in the 'senders' filter.

Implementation

List<String>? notSenders;