Property reference

diagnostics.condition.pop3Status

The diagnostics.condition.pop3Status property determines the condition for flagging the POP3 status value. It is crucial for identifying connectivity issues, as the default setting indicates a 'Not Connected' status when the string 'Connected' is absent.

Default: .indexOf('Connected') == -1 Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies the condition under which the POP3 status is flagged, helping to monitor email connectivity.
What area does it affect? Email connectivity monitoring
What does the default mean? The default value is ".indexOf('Connected') == -1", which is the baseline setting used unless it is changed.
When should you review it? Review this property when troubleshooting email connection issues or adjusting monitoring criteria.

Out of the box property record

Raw metadata from the property record.

Property name diagnostics.condition.pop3Status
Sys ID 55bdc6c80a0a0b110078a409539d6389
Type string
Application Global
Default value .indexOf('Connected') == -1
Description Condition used to flag POP3 Status value:
Updated 2024-05-25 03:38:59