Class MessagingConfig
Class that configures instances of Log.
Inherited Members
Namespace: Quantellia.WMServer.Messaging
Assembly: WMServer.dll
Syntax
public class MessagingConfig
Properties
SMTPConfigInstance
SMTP configuration read from the configuration manager.
Declaration
public static MessagingConfig.SMTPConfig? SMTPConfigInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| MessagingConfig.SMTPConfig |
Methods
Init(ConfigurationManager)
Create and initialize this logging configuration by reading log settings from the configuration manager.
Declaration
public static void Init(ConfigurationManager configMgr)
Parameters
| Type | Name | Description |
|---|---|---|
| ConfigurationManager | configMgr |