ValidationResult
Contains specific results of validation call.
| Name | Data Type | Description |
|---|---|---|
CheckTime | DateTime | The time of validation result check. |
CheckTimeUTC | DateTime | The time of validation result check expressed in UTC format. |
IsResultValid | Boolean | Indicates whether an error message is present. |
IsSpam | Boolean | Indicates whether a message exceeds the spam threshold as part of SpamAssassin evaluation. |
Message | String | Contains the contents of result message. |
Score | Double | Contains the score of a SpamAssassin validation call. |
Subscriber | Subscriber object | Identifies a subscriber used in a call. |