Domain Detective

API Reference

Class

MailDomainClassificationResult

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Classification result for a single domain.

Inheritance

  • Object
  • MailDomainClassificationResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public MailDomainClassificationResult() #

Properties

public String Domain { get; set; } #

Gets or sets the domain value.

public MailDomainClassificationCategory Classification { get; set; } #

Gets or sets the classification value.

public MailDomainClassificationConfidence Confidence { get; set; } #

Gets or sets the confidence value.

public MailDomainSignalSummary Signals { get; set; } #

Gets or sets the signals value.

public String ClassificationReason { get; set; } #

Gets or sets the classification reason value.

public IReadOnlyList<String> ReceivingSignals { get; set; } #

Gets or sets the receiving signals value.

public IReadOnlyList<String> SendingSignals { get; set; } #

Gets or sets the sending signals value.

public IReadOnlyList<String> SPFIncludesResolved { get; set; } #

Gets or sets the spf includes resolved value.

public IReadOnlyList<String> DKIMSelectorsFound { get; set; } #

Gets or sets the dkim selectors found value.

public Double Score { get; set; } #

Gets or sets the score value.

public IReadOnlyDictionary<String, Double> ScoreBreakdown { get; set; } #

Gets or sets the score breakdown value.

public IReadOnlyList<StandardReference> RfcReferences { get; set; } #

Gets or sets the rfc references value.

public String ProviderPrimary { get; set; } #

Gets or sets the provider primary value.

public IReadOnlyList<String> ProviderGateways { get; set; } #

Gets or sets the provider gateways value.

public IReadOnlyList<String> ProviderOutbound { get; set; } #

Gets or sets the provider outbound value.

public Nullable<Boolean> BimiEligible { get; set; } #

Gets or sets the bimi eligible value.

public String BimiEligibilityReason { get; set; } #

Gets or sets the bimi eligibility reason value.

public IReadOnlyList<String> BimiNotes { get; set; } #

Gets or sets the bimi notes value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String IdpTenantId { get; set; } #

Gets or sets the idp tenant id value.

public String IdpNameSpaceType { get; set; } #

Gets or sets the idp name space type value.

public String IdpFederatedAuthUrl { get; set; } #

Gets or sets the idp federated auth url value.

{{ include "footer" }}