Table of Contents

Enum SqlDatabaseMailAccountAuthenticationType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The authentication type for a database mail account.

public enum SqlDatabaseMailAccountAuthenticationType

Fields

Anonymous = 1

Anonymous authentication is used.

Basic = 2

Basic authentication is used.

Unknown = 0

The authentication type is unknown.

Windows = 3

Windows authentication is used.