API Reference
Class
EmailSmtpRuleSet
SMTP rules loaded from a JSON file.
Inheritance
- Object
- EmailSmtpRuleSet
Constructors
public EmailSmtpRuleSet() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.