Domain Detective

API Reference

Class

DmarcAggregateSummary

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Modifiers sealed

Summarized DMARC aggregate statistics for a domain.

Inheritance

  • Object
  • DmarcAggregateSummary

Constructors

Properties

public String Domain { get; set; } #

Domain name the statistics apply to.

public Int32 TotalCount { get; set; } #

Total messages seen for the domain.

public Int32 PassCount { get; set; } #

Messages passing DMARC evaluation.

public Int32 FailCount { get; set; } #

Messages failing DMARC evaluation.

{{ include "footer" }}