API Reference
Class
DomainMailPortfolioSummary
Mail posture fields that are useful to portfolio storage.
Inheritance
- Object
- DomainMailPortfolioSummary
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
- Property DomainPortfolioSummaries.Mail
Constructors
public DomainMailPortfolioSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public List<String> MxHosts { get; set; } #MX hostnames mirrored from MxHosts for mail-focused consumers.
public String Provider { get; set; } #Primary detected mail provider, when available.
public String SpfRecord { get; set; } #SPF record value.
public String SpfAllMechanism { get; set; } #SPF all mechanism.
public String DmarcRecord { get; set; } #DMARC record value.
public String DmarcPolicy { get; set; } #DMARC policy.
public String MtaStsMode { get; set; } #MTA-STS mode.
public String TlsRptRecord { get; set; } #TLS-RPT record value.