API Reference
Class
DmarcForensicReport
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.
Returned or exposed by
Constructors
public DmarcForensicReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.