Package 

Enum CreateInboxRulesetOptions.Action

  • 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: 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. Values: bLOCK,aLLOW,fILTERREMOVE