POPServer Property



 
The POPPassword property contains the password of the POP account.


Syntax

    [str=] SiteKiosk.Plugins("SiteCash").SessionSettings.POPServer 
Possible Values
    String that retrieves the address.

    The property is read only.
Remarks
    Session settings are only provided by some payment devices like smartcards.
Examples
    The following example shows the POP password in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").SessionSettings.POPServer);
    </SCRIPT>                 

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top