[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.MessageCountDatabaseSettings"]
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSettings
Ipswitch.Messaging.FrameworkMessageCountDatabaseSettings
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The MessageCountDatabaseSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MessageCountDatabaseSettings |
Initializes a new instance of the MailboxSettings class, which is a collection of settings that apply to mailboxes.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(ISetting) | (Inherited from Settings.) |
![]() | AddT(String, T) | (Inherited from Settings.) |
![]() | Clear | (Inherited from Settings.) |
![]() | Contains(String) | (Inherited from Settings.) |
![]() | Contains(ISetting) | (Inherited from Settings.) |
![]() | CopyTo | (Inherited from Settings.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetT | (Inherited from Settings.) |
![]() | GetEnumerator | (Inherited from Settings.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove(String) | (Inherited from Settings.) |
![]() | Remove(ISetting) | (Inherited from Settings.) |
![]() | SetT | (Inherited from Settings.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AlertAddress |
Gets or sets a value for the admin Alert Address
|
![]() | Count | (Inherited from Settings.) |
![]() | Database |
Gets or sets a value indicating the SqlServer Database
|
![]() | DbType |
Gets or sets a value indicating the backend database being used
|
![]() | IsReadOnly | (Inherited from Settings.) |
![]() | Item | (Inherited from Settings.) |
![]() | Password |
Gets or sets a value indicating the SqlServer Password - This is the decrypted value
|
![]() | SqlServer |
Gets or sets a value indicating the SqlServer to connect to
|
![]() | SqlUnavailableDB |
Filesystem path for where the SQLite database is stored that contains information on SQL DB Failures
|
![]() | SqlUnavailableDBAlertInterval |
Gets or sets the TimeSpan between sending alert email's if the system remains in a down state
|
![]() | SqlUnavailableDBCountBeforeAlert |
Gets or sets a number of failures that must occur over the SqlUnavailableDBCountBeforeAlertInterval
|
![]() | SqlUnavailableDBCountBeforeAlertInterval |
Get or sets a timespan for the number of failures that must occur over this timespan before an alert is sent
|
![]() | Username |
Gets or sets a value indicating the SqlServer Username
|
See Also