Domain Detective

API Reference

Class

DmarcPolicyPublished

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents the published DMARC policy for a report.

Inheritance

  • Object
  • DmarcPolicyPublished

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

Constructors

public DmarcPolicyPublished() #

Properties

public String Domain { get; set; } #

Domain the policy applies to.

public String Adkim { get; set; } #

Alignment mode for DKIM.

public String Aspf { get; set; } #

Alignment mode for SPF.

public String P { get; set; } #

Requested policy for the domain.

public String Sp { get; set; } #

Requested subdomain policy.

public String Pct { get; set; } #

Percentage of messages to which the policy is to be applied.

public String Fo { get; set; } #

Failure reporting option.

public String Np { get; set; } #

Policy for non-existent subdomains (DMARC v2).

public String RequestedReportingPolicy { get; set; } #

Human-readable interpretation of Fo (failure reporting policy).

public Dictionary<String, String> Extensions { get; } #

Any additional policy extensions.

{{ include "footer" }}