Show / Hide Table of Contents

Class MessagingConfig

Class that configures instances of Log.

Inheritance
object
MessagingConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE