Domain Detective

API Reference

Class

DmarcForensicParser

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Parser for zipped DMARC forensic reports.

Inheritance

  • Object
  • DmarcForensicParser

Methods

public static DmarcForensicReport ParseMessage(MimeMessage message) #
Returns: DmarcForensicReport

Parses DMARC forensic report from message body.

Parameters

message MimeKit.MimeMessage requiredposition: 0
MIME message to parse.

Returns

Parsed report, or null if parsing failed.

public static IEnumerable<DmarcForensicReport> ParseZip(String path) #
Returns: IEnumerable<DmarcForensicReport>

Parses the specified zip file.

Parameters

path System.String requiredposition: 0
Path to the zipped report.

Returns

Enumerable of parsed reports.

{{ include "footer" }}