SmtpAuthType

The SmtpAuthType enumeration specifies the credential types for outgoing mail settings of Adaxes service.

Syntax

enum SmtpAuthType
{
    Basic     = 0,       //0x0
    EntraId   = 1        //0x1
}

Constants

  • Flag

  • Description

  • Basic

  • Username and password credentials.

  • EntraId

  • Entra ID application credentials.

Requirements

Minimum required version: 2025.1

See also