Enum CreateInboxRulesetOptions.ActionEnum
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.
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum CreateInboxRulesetOptions.ActionEnum
Fields
Name | Description |
---|---|
ALLOW | Enum ALLOW for value: ALLOW |
BLOCK | Enum BLOCK for value: BLOCK |
FILTERREMOVE | Enum FILTERREMOVE for value: FILTER_REMOVE |