A collection of settings that apply to the web client at the host level.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSettings
Ipswitch.Messaging.FrameworkWebClientHostSettings
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The WebClientHostSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WebClientHostSettings |
Initializes a new instance of the WebClientHostSettings class, which acts as a collection of
host-level settings that apply to the web client.
|
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 | |
---|---|---|
![]() | ADPath | |
![]() | AllowedLockouts |
Gets or sets a value that is the maximum number of account lockouts due to failed login
attempts by a user that will be allowed before the user's web client accesss is suspended.
|
![]() | AllowedLoginAttempts |
Gets or sets a value that is the maximum number of failed login attempts by a user that will
be allowed before the web client will stop accepting more attempts.
|
![]() | Count | (Inherited from Settings.) |
![]() | DefaultMessageEncoding |
Gets or sets the name of a code page for an Encoding that will be used as the default
whenever an Encoding is needed for the Host in the web client.
|
![]() | DefaultMessageFallbackEncoding |
Gets or sets a value that the Web Client compose page will use when forwarding or replying if the original message has no identifiable charset.
|
![]() | ImageSuppressionRequired |
Gets or sets a value indicating whether or not user image suppression is required by a Host.
|
![]() | IsReadOnly | (Inherited from Settings.) |
![]() | Item | (Inherited from Settings.) |
![]() | PimEnabled |
Gets or sets a value indicating whether or not Personal Information Management is enabled or
disabled. If PIM is disabled, it will disable Calendars, Notes, and Tasks in the Web Client.
|
![]() | ScriptSuppressionRequired |
Gets or sets a value indicating whether or not user script suppression is required by a Host.
|
See Also