DHTML Methods
Adds an entry to the queue for read requests.
bSuccess = userProfile.addReadRequest (
sAttributeName [ , vReserved ] )
sAttributeName |
Required. One of the standard vCard names. If anything else is used, the request is ignored and nothing is added to the read requests queue. |
vReserved |
Optional. Currently, Microsoft® Internet Explorer® ignores this parameter. |
Boolean. Returns TRUE if the request has been added to the queue successfully, or FALSE otherwise. A return value of FALSE could mean that either the attribute name was not recognized or the attribute already appeared in the request queue.
This method appends a vCard name to the read requests queue. The read requests queue is a list of read requests waiting to be initiated. To initiate the accumulated, or compound, read requests currently in the queue, call doReadRequest. To clear the queue, call clearRequest.
userProfile
getAttribute