API Reference
Class
EmailSmtpRuleResolver
Provides email smtp rule resolver functionality.
Inheritance
- Object
- EmailSmtpRuleResolver
Methods
public static EmailSmtpRuleMatch Resolve(String domain, IEnumerable<String> mxHosts, String rulesPath, Boolean useBuiltin) #Returns:
EmailSmtpRuleMatchExecutes the resolve operation.
Parameters
- domain System.String
- mxHosts System.Collections.Generic.IEnumerable{System.String}
- rulesPath System.String
- useBuiltin System.Boolean
public static async Task<EmailSmtpRuleMatch> ResolveAsync(String domain, IEnumerable<String> mxHosts, String rulesPath, Boolean useBuiltin, CancellationToken cancellationToken = null) #Returns:
Task<EmailSmtpRuleMatch>Executes the resolve async operation.
Parameters
- domain System.String
- mxHosts System.Collections.Generic.IEnumerable{System.String}
- rulesPath System.String
- useBuiltin System.Boolean
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object