API Reference
MailClassificationInfo
Provides mail classification info functionality.
Inheritance
- Object
- MailClassificationInfo
Constructors
public MailClassificationInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Gets or sets the check value.
public AnalysisArea Area { get; set; } #Gets or sets the area value.
public String Subject { get; set; } #Gets or sets the subject value.
public String Classification { get; set; } #Gets or sets the classification value.
public String Confidence { get; set; } #Gets or sets the confidence value.
public IReadOnlyList<String> ReceivingSignals { get; set; } #Gets or sets the receiving signals value.
public IReadOnlyList<String> SendingSignals { get; set; } #Gets or sets the sending signals value.
public Double Score { get; set; } #Gets or sets the score value.
public IReadOnlyDictionary<String, Double> ScoreBreakdown { get; set; } #Gets or sets the score breakdown value.
public IReadOnlyList<Assessment> Assessments { get; set; } #Gets or sets the assessments value.
public String Status { get; set; } #Gets or sets the status value.
public Int32 WarningCount { get; set; } #Gets or sets the warning count value.
public Int32 ErrorCount { get; set; } #Gets or sets the error count value.
public String Summary { get; set; } #Gets or sets the summary value.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Gets or sets the recommendations value.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Gets or sets the positives value.
public IReadOnlyList<String> References { get; set; } #Gets or sets the references value.
public MailDomainClassificationResult Raw { get; set; } #Gets or sets the raw value.
public String ProviderPrimary { get; set; } #Gets or sets the provider primary value.
public IReadOnlyList<String> ProviderGateways { get; set; } #Gets or sets the provider gateways value.
public IReadOnlyList<String> ProviderOutbound { get; set; } #Gets or sets the provider outbound value.