Domain Detective

API Reference

Class

DmarcFeedbackSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Summarized DMARC feedback statistics for a domain.

Inheritance

  • Object
  • DmarcFeedbackSummary

Constructors

public DmarcFeedbackSummary() #

Properties

public String Domain { get; set; } #

Domain name the statistics apply to.

public Int32 PassCount { get; set; } #

Messages passing DMARC evaluation.

public Int32 FailCount { get; set; } #

Messages failing DMARC evaluation.

public Int32 TotalCount { get; } #

Total messages seen for the domain.

{{ include "footer" }}