Search Results for

    Show / Hide Table of Contents

    Enum CreateInboxRulesetOptions.ScopeEnum

    What type of emails actions to apply ruleset to. Either SENDING_EMAILS or RECEIVING_EMAILS will apply action and target to any sending or receiving of emails respectively.

    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum CreateInboxRulesetOptions.ScopeEnum

    Fields

    Name Description
    RECEIVINGEMAILS

    Enum RECEIVINGEMAILS for value: RECEIVING_EMAILS

    SENDINGEMAILS

    Enum SENDINGEMAILS for value: SENDING_EMAILS

    • View Source
    In This Article
    Back to top See MailSlurp website for more information.