action property
Action to be taken when the ruleset matches an email for the given scope. For example: BLOCK
action with target *
and scope SENDING_EMAILS
blocks sending to all recipients. Note ALLOW
takes precedent over BLOCK
. FILTER_REMOVE
is like block but will remove offending email addresses during a send or receive event instead of blocking the action.
Implementation
CreateInboxRulesetOptionsActionEnum action;