AP&C API Reference
|
The main interface for manipulating configuration elements of the standard app.config file. This class provides the abstraction needed to make altering configurations via code as simple as possible. More...
Static Public Member Functions | |
static SmtpSetup | GetSmtpSetup () |
Gets the currently persisted email setup. More... | |
static void | UpdateSmtpSetup (SmtpNetworkElement network) |
Updates the persisted email setup using the supplied SmtpNetworkElement, and activates the change in the running system. More... | |
static void | UpdateSmtpSetup (SmtpSetup setup) |
Updates the persisted email setup using the supplied SmtpSetup, and activates the change in the running system. More... | |
static Configuration.MessageControllerConfigSection | GetMessagingConfig () |
Gets the messaging configuration section (see Configuration.MessageControllerConfigSection). More... | |
The main interface for manipulating configuration elements of the standard app.config file. This class provides the abstraction needed to make altering configurations via code as simple as possible.
|
inlinestatic |
Gets the messaging configuration section (see Configuration.MessageControllerConfigSection).
|
inlinestatic |
Gets the currently persisted email setup.
|
inlinestatic |
Updates the persisted email setup using the supplied SmtpNetworkElement, and activates the change in the running system.
network | The network settings. |
|
inlinestatic |
Updates the persisted email setup using the supplied SmtpSetup, and activates the change in the running system.
setup | The SMTP settings. |