CommTouchConfig ClassIpswitch.Messaging.Framework
This class can read and write to the commtouch config file.
Inheritance Hierarchy

SystemObject
  IMailAPI_NETCommTouchConfig

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public class CommTouchConfig

The CommTouchConfig type exposes the following members.

Constructors

  NameDescription
Public methodCommTouchConfig
Gets the config file path out of the reg.
Public methodCommTouchConfig(String)
You gotta pass the complete path to the config file.
Top
Methods

  NameDescription
Public methodChangeLine
Updates each line that the Save() method passes in.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInstallDir
Gets the ICS install path out of the reg and combines it with the default config file name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the content of the config file into memory.
Public methodSave
Updates the internal ArrayList of file lines and writes a new config file.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldBindingAddressActive
Public fieldIPIGNORE
Public fieldIsEvalOrSubscription
Public fieldIsLoaded
Public fieldProxySettingsActive
Public fieldStatsActive
Top
Properties

  NameDescription
Public propertyBindingAddress
Public propertyCacheMaxRecords
Public propertyConcurrency
Public propertyDaysLeft
Public propertyFilePath
Public propertyGroup
Public propertyInitialThreads
Public propertyLicenseKeyCode
Public propertyLicenseType
Public propertyListenBackLog
Public propertyMaxThreads
Public propertyPersistentCacheEnabled
Public propertyPort
Public propertyProxyAccess
Public propertyProxyAuth
Public propertyProxyPassword
Public propertyProxyPort
Public propertyProxyServerAddress
Public propertyProxyUserName
Public propertyServerAddress
Public propertyStatsBindingAddress
Public propertyStatsPort
Public propertyUseAuthMode
Public propertyUser
Top
See Also

Reference