UserSettingsContainer ClassIpswitch.Messaging.Framework
Provides access to settings for a particular User instance.
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkUserSettingsContainer

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class UserSettingsContainer : IEnumerable<Settings>, 
	IEnumerable

The UserSettingsContainer type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Create an Enumerator that will enumerate all settings for this user.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAccess
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.
Public propertyGeneralSettings
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.
Public propertyLoadedAccessSettings
Gets a value that indicates whether or not the Access property has been retrieved or loaded.
Public propertyLoadedGeneralSettings
Gets a value that indicates whether or not the GeneralSettings property has been retrieved or loaded.
Public propertyLoadedMailboxSettings
Gets a value that indicates whether or not the Mailboxes property has been retrieved or loaded.
Public propertyLoadedMessageCountsSettings
Gets a value that indicates whether or not the MessageCount property has been retrieved or loaded.
Public propertyLoadedOutOfOfficeSettings
Gets a value that indicates whether or not the OutOfOffice property has been retrieved or loaded.
Public propertyLoadedWebClientSettings
Gets a value that indicates whether or not the WebClient property has been retrieved or loaded.
Public propertyMailboxes
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.
Public propertyMailCollectorSettings
Public propertyMailCollectorSettingsLoaded
Public propertyMessageCount
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.
Public propertyOutOfOffice
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.
Public propertyWebClient
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.
Top
See Also

Reference