Table of Contents

Class SqlDatabaseMail

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

Represents the database mail configuration for a SQL instance. This only applies to on-premises installations of SQL Server.

public class SqlDatabaseMail : BypassSection
Inheritance
SqlDatabaseMail
Inherited Members

Constructors

SqlDatabaseMail()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlDatabaseMail class.

public SqlDatabaseMail()

Properties

Accounts

Gets or sets the configured database mail accounts.

public SqlDatabaseMailAccounts Accounts { get; set; }

Property Value

SqlDatabaseMailAccounts

Enabled

Gets or sets whether SQL mail is enabled on the server.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the database mail configuration as a human readable string.

public override string ToString()

Returns

string

The database mail configuration as a human readable string.