Table of Contents

Class SqlDatabaseMailAccountCollection

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

Represents a collection of database mail accounts.

public class SqlDatabaseMailAccountCollection : Collection<SqlDatabaseMailAccount>, IList<SqlDatabaseMailAccount>, ICollection<SqlDatabaseMailAccount>, IList, ICollection, IReadOnlyList<SqlDatabaseMailAccount>, IReadOnlyCollection<SqlDatabaseMailAccount>, IEnumerable<SqlDatabaseMailAccount>, IEnumerable
Inheritance
SqlDatabaseMailAccountCollection
Implements
Inherited Members

Constructors

SqlDatabaseMailAccountCollection()

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

public SqlDatabaseMailAccountCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.SqlDatabaseMailAccount with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlDatabaseMailAccount with that name is found.

public SqlDatabaseMailAccount FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.SqlDatabaseMailAccount to locate.

Returns

SqlDatabaseMailAccount

The CENTREL.XIA.Configuration.Types.SqlDatabaseMailAccount with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()