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