Provides access to settings for a particular User instance.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkUserSettingsContainer
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The UserSettingsContainer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Create an Enumerator that will enumerate all settings for this user.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Access |
Gets or sets the UserAccessSettings that apply to this user. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
| |
| GeneralSettings |
Gets or sets the GeneralSystemSettings that apply to this host. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
| |
| LoadedAccessSettings |
Gets a value that indicates whether or not the Access property has been retrieved or loaded.
| |
| LoadedGeneralSettings |
Gets a value that indicates whether or not the GeneralSettings property has been retrieved or loaded.
| |
| LoadedMailboxSettings |
Gets a value that indicates whether or not the Mailboxes property has been retrieved or loaded.
| |
| LoadedMessageCountsSettings |
Gets a value that indicates whether or not the MessageCount property has been retrieved or loaded.
| |
| LoadedOutOfOfficeSettings |
Gets a value that indicates whether or not the OutOfOffice property has been retrieved or loaded.
| |
| LoadedWebClientSettings |
Gets a value that indicates whether or not the WebClient property has been retrieved or loaded.
| |
| Mailboxes |
Gets or sets the MailboxSettings that apply to this user. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
| |
| MailCollectorSettings | ||
| MailCollectorSettingsLoaded | ||
| MessageCount |
Gets or sets the MessageCountSettings that apply to this user. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
| |
| OutOfOffice |
Gets or sets the OutOfOfficeSettings that apply to this user. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
| |
| WebClient |
Gets or sets the WebClientUserSettings that apply to this user. When getting these settings, if the settings have not been loaded or set yet, then they will be fetched/loaded at that time.
|
See Also