|
Implements a simple interface for sending an email that shares a global repository of SMTP settings. This
repository is stored using SettingsUtil using the name "RT.Emailer". The repository contains a list
of SMTP accounts with a unique name. One of the accounts may be designated as the default one if the application
doesn't specify any. The "From" address is fixed per account, but the name may be overridden by the application. |
| Manages a global low-level keyboard hook. |
| Contains arguments for the KeyUp/KeyDown event in a GlobalKeyboardListener. |
| Used to trigger the KeyUp/KeyDown events in GlobalKeyboardListener. |
| Encapsulates an argument passed into an HTTP request sent by HClient. |
| Provides very simple and easy-to-use methods to run an HTTP request and receive the response. |
|
Encapsulates the response received by an HTTP server after a call to HClient.Get(string, params HArg[]), HClient.Post(string, params HArg[]) or related methods. |
| Encapsulates the current state of modifier keys. |
| Provides methods to send e-mails via an SMTP server. |
| Encapsulates an error condition that occurred during an SMTP exchange. |
| Holds all settings required to connect to an SMTP server. |
| Describes the intended usage of a "settings" class to SettingsUtil methods. |
|
Provides a base class for settings classes, implementing certain common usage patterns. See remarks for detailed
usage instructions. |
| Indicates that the user chose to cancel the current operation. |
| Determines what the settings in the settings file are logically "attached" to. |
| Specifies what to do in case of operation failing. |
| Determines which serializer the settings are read/written by. |
| Like SettingsBase, but implements an additional save method. |
| Provides convenience methods for loading and saving application settings. |
| Represents an SMTP encryption mode. |
| Offers some Windows-specific static functions which are hard to categorize under any more specific classes. |