API Reference
Class
TlsRptFailureDetail
Provides tls rpt failure detail functionality.
Inheritance
- Object
- TlsRptFailureDetail
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 TlsRptPolicyResult.FailureDetails
Constructors
public TlsRptFailureDetail() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ResultType { get; set; } #Gets or sets the result type value.
public Int32 FailedSessionCount { get; set; } #Gets or sets the failed session count value.
public String SendingMtaIp { get; set; } #Gets or sets the sending mta ip value.
public String ReceivingMxHostname { get; set; } #Gets or sets the receiving mx hostname value.
public String ReceivingMxHelo { get; set; } #Gets or sets the receiving mx helo value.
public String AdditionalInformation { get; set; } #Gets or sets the additional information value.