A collection of settings that apply to mailboxes
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSettings
Ipswitch.Messaging.FrameworkMailboxSettings
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The MailboxSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MailboxSettings |
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 | |
|---|---|---|
| Count | (Inherited from Settings.) | |
| IsReadOnly | (Inherited from Settings.) | |
| Item | (Inherited from Settings.) | |
| MaximumMessageCount |
Gets or sets a value indicating the maximum number of messages that are allowed to exist in a single mailbox
| |
| MaximumSize |
Gets or sets a value indicating the maximum size (in bytes) that a mailbox can be.
|
See Also