Show / Hide Table of Contents

Class MessagingConfig.SMTPConfig

Logging config for SMTPServers

Inheritance
object
MessagingConfig.SMTPConfig
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.SMTPConfig

Properties

DefaultMailer

The default mailer for this config. Set as the first mailer with no principal requirements.

Declaration
[NotMapped]
public MessagingConfig.SMTPConfig.Mailer? DefaultMailer { get; set; }
Property Value
Type Description
MessagingConfig.SMTPConfig.Mailer

PrincipalMailers

Each mailer with principal requirements.

Declaration
[NotMapped]
public List<MessagingConfig.SMTPConfig.Mailer> PrincipalMailers { get; set; }
Property Value
Type Description
List<MessagingConfig.SMTPConfig.Mailer>

SMTPServers

The list of SMTPServers

Declaration
public Dictionary<string, MessagingConfig.SMTPConfig.Mailer> SMTPServers { get; set; }
Property Value
Type Description
Dictionary<string, MessagingConfig.SMTPConfig.Mailer>

Methods

Init()

Initializes the helper properties of this SMTPConfig

Declaration
public void Init()
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