You are here: Reference > JavaScript > client-side > browser > methods > addReadRequest (userProfile)

addReadRequest method (userProfile)

Browser support:
9
Adds an entry to the read-requests queue.
The entire userProfile object, and therefore the addReadRequest method as well, are deprecated and the support for them has been removed in Internet Explorer 9.

Syntax:

object.addReadRequest (vCardName [, reserved]);
You can find the related objects in the Supported by objects section below.

Parameters:

vCardName
Required. String that specifies one of the standard vCard names.
For a complete list of vCard names, see the appendix.
The parameter is not case sensitive.
reserved
Optional. Not implemented yet.

Return value:

Boolean. One of the following values:
false The request has not been added to the queue.
true The request has been successfully added to the queue.

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content