WebClientHostSettings ClassIpswitch.Messaging.Framework
A collection of settings that apply to the web client at the host level.
Inheritance Hierarchy

SystemObject
  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

public class WebClientHostSettings : Settings

The WebClientHostSettings type exposes the following members.

Constructors

  NameDescription
Public methodWebClientHostSettings
Initializes a new instance of the WebClientHostSettings class, which acts as a collection of host-level settings that apply to the web client.
Top
Methods

  NameDescription
Public methodAdd(ISetting)
(Inherited from Settings.)
Public methodAddT(String, T) (Inherited from Settings.)
Public methodClear
(Inherited from Settings.)
Public methodContains(String)
(Inherited from Settings.)
Public methodContains(ISetting)
(Inherited from Settings.)
Public methodCopyTo
(Inherited from Settings.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetT
(Inherited from Settings.)
Public methodGetEnumerator
(Inherited from Settings.)
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 methodRemove(String)
(Inherited from Settings.)
Public methodRemove(ISetting)
(Inherited from Settings.)
Public methodSetT
(Inherited from Settings.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyADPath
Public propertyAllowedLockouts
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.
Public propertyAllowedLoginAttempts
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.
Public propertyCount
(Inherited from Settings.)
Public propertyDefaultMessageEncoding
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.
Public propertyDefaultMessageFallbackEncoding
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.
Public propertyImageSuppressionRequired
Gets or sets a value indicating whether or not user image suppression is required by a Host.
Public propertyIsReadOnly
(Inherited from Settings.)
Public propertyItem
(Inherited from Settings.)
Public propertyPimEnabled
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.
Public propertyScriptSuppressionRequired
Gets or sets a value indicating whether or not user script suppression is required by a Host.
Top
See Also

Reference