Search Results for

    Show / Hide Table of Contents

    Enum CreateInboxDto.InboxTypeEnum

    Type of inbox. HTTP inboxes are faster and better for most cases. SMTP inboxes are more suited for public facing inbound messages (but cannot send).

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

    Fields

    Name Description
    HTTPINBOX

    Enum HTTPINBOX for value: HTTP_INBOX

    SMTPINBOX

    Enum SMTPINBOX for value: SMTP_INBOX

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