API Reference
Class
MailResult
Mail-related results.
Inheritance
- Object
- MailResult
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 DomainScanResult.Mail
Constructors
public MailResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SpfRecord { get; set; } #Gets or sets the spf record value.
public String DmarcRecord { get; set; } #Gets or sets the dmarc record value.
public String DkimSelectorHint { get; set; } #Gets or sets the dkim selector hint value.
public Dictionary<String, Nullable<Boolean>> DkimSelectorsOk { get; set; } #Gets or sets the dkim selectors ok value.
public String BimiRecord { get; set; } #Gets or sets the bimi record value.
public String MtaStsPolicy { get; set; } #Gets or sets the mta sts policy value.
public String TlsRpt { get; set; } #Gets or sets the tls rpt value.
public Nullable<Boolean> SmtpStartTlsOk { get; set; } #Gets or sets the smtp start tls ok value.
public Nullable<Boolean> ImapTlsOk { get; set; } #Gets or sets the imap tls ok value.
public Nullable<Boolean> Pop3TlsOk { get; set; } #Gets or sets the pop3 tls ok value.
public Nullable<Boolean> OpenRelaySuspected { get; set; } #Gets or sets the open relay suspected value.
public MailPolicyScore PolicyScore { get; set; } #Gets or sets the policy score value.