Domain Detective

API Reference

Class

EmailSmtpRuleSet

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

SMTP rules loaded from a JSON file.

Inheritance

  • Object
  • EmailSmtpRuleSet

Constructors

public EmailSmtpRuleSet() #

Properties

public Dictionary<String, EmailSmtpRulePolicy> ByDomain { get; set; } #

Gets or sets the by domain value.

public Dictionary<String, EmailSmtpRulePolicy> ByMx { get; set; } #

Gets or sets the by mx value.

public Dictionary<String, EmailSmtpRulePolicy> ByMxSuffix { get; set; } #

Gets or sets the by mx suffix value.

{{ include "footer" }}