addReadRequest Method

DHTML, HTML, & CSS

 
Click to return to the DHTML, HTML & CSS home page    
addImport Method     addRule Method     DHTML Methods    

addReadRequest Method


Adds an entry to the queue for read requests.

Syntax

bSuccess = userProfile.addReadRequest(sAttributeName [, vReserved])

Parameters

sAttributeNameRequired. String that specifies one of the standard vCard names. If anything else is used, the request is ignored and nothing is added to the read-requests queue.
vReservedOptional. Internet Explorer currently ignores this parameter.

Return Value

Boolean. Returns true if the request has been added to the queue successfully, or false otherwise. A return value of false means either the attribute name was not recognized or the attribute already appeared in the request queue.

Remarks

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 in the queue, call doReadRequest. To clear the queue, call clearRequest.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
Version data is listed when the mouse hovers over a link, or the link has focus.
userProfile

See Also

getAttribute


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.