This class can read and write to the commtouch config file.
Inheritance Hierarchy
IMailAPI_NETCommTouchConfig
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The CommTouchConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommTouchConfig |
Gets the config file path out of the reg.
|
![]() | CommTouchConfig(String) |
You gotta pass the complete path to the config file.
|
Methods
Name | Description | |
---|---|---|
![]() | ChangeLine |
Updates each line that the Save() method passes in.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInstallDir |
Gets the ICS install path out of the reg and combines it with the default config file name.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Loads the content of the config file into memory.
|
![]() | Save |
Updates the internal ArrayList of file lines and writes a new config file.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | BindingAddressActive | |
![]() | IPIGNORE | |
![]() | IsEvalOrSubscription | |
![]() | IsLoaded | |
![]() | ProxySettingsActive | |
![]() | StatsActive |
Properties
See Also