-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum CreateInboxRulesetOptions.Action extends Enum<CreateInboxRulesetOptions.Action>
Action to be taken when the ruleset matches an email for the given scope. For example:
BLOCKaction with target*and scopeSENDING_EMAILSblocks sending to all recipients. NoteALLOWtakes precedent overBLOCK.FILTER_REMOVEis like block but will remove offending email addresses during a send or receive event instead of blocking the action. Values: bLOCK,aLLOW,fILTERREMOVE
-
-
Enum Constant Summary
Enum Constants Enum Constant Description bLOCKaLLOWfILTERREMOVE
-