Domain Detective

API Reference

Class

DmarcForensicReport

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

DMARC forensic report details.

Inheritance

  • Object
  • DmarcForensicReport

Usage

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

Constructors

public DmarcForensicReport() #

Properties

public String SourceIp { get; set; } #

IP address of the sending host.

public String OriginalMailFrom { get; set; } #

Envelope from address.

public String OriginalRcptTo { get; set; } #

Original recipient address.

public String HeaderFrom { get; set; } #

Domain from the From header.

public Nullable<DateTimeOffset> ArrivalDate { get; set; } #

Arrival date of the message.

{{ include "footer" }}