API Reference
Class
ProviderMatch
Provides provider match functionality.
Inheritance
- Object
- ProviderMatch
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DomainHealthCheck.EmailProviderMatch
- Method EmailProviderDetector.Detect
Constructors
public ProviderMatch() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IMailProvider Primary { get; set; } #Gets or sets the primary value.
public Double PrimaryScore { get; set; } #Gets or sets the primary score value.
public List<IMailProvider> Gateways { get; } #Gets the gateways value.
public List<IMailProvider> OutboundSenders { get; } #Gets the outbound senders value.