Domain Detective

API Reference

Enum

DmarcSubdomainPolicyRecommendation

Namespace DomainDetective.Providers.Email
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines values for dmarc subdomain policy recommendation.

Inheritance

  • Enum
  • DmarcSubdomainPolicyRecommendation

Usage

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

Values

public const DmarcSubdomainPolicyRecommendation None #

Represents the none value.

Value: 0
public const DmarcSubdomainPolicyRecommendation MatchParent #

Represents the match parent value.

Value: 1
public const DmarcSubdomainPolicyRecommendation Quarantine #

Represents the quarantine value.

Value: 2
public const DmarcSubdomainPolicyRecommendation Reject #

Represents the reject value.

Value: 3
{{ include "footer" }}