'addReadRequest()' Syntax, Parameters and Note : addReadRequest « Javascript Methods « JavaScript Reference

'addReadRequest()' Syntax, Parameters and Note

Note:

Adds a vCard name to the read-requests queue in the userProfile object. 
The method returns true (successful) or false (failed).
    
Syntax:
    
navigator.userProfile.addReadRequest(param1)
window.clientInformation.userProfile.addReadRequest(param1)


Parameters:
    param1   Required; one of the standard vCard_name property values. 

    

      
      








Related examples in the same category

1.'addReadRequest()' Example
2.'addReadRequest()' is applied to