API Reference
Class
DmarcPolicyPublished
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
- Property DmarcAggregateReport.PolicyPublished
Constructors
public DmarcPolicyPublished() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Domain the policy applies to.
public String Adkim { get; set; } #Alignment mode for DKIM.
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 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.