Search Results for

    Show / Hide Table of Contents

    Enum DomainInformation.DomainTypeEnum

    Type of domain. Dictates type of inbox that can be created with domain. HTTP means inboxes are processed using SES while SMTP inboxes use a custom SMTP mail server. SMTP does not support sending so use HTTP for sending emails.

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

    Fields

    Name Description
    HTTPINBOX

    Enum HTTPINBOX for value: HTTP_INBOX

    SMTPDOMAIN

    Enum SMTPDOMAIN for value: SMTP_DOMAIN

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