addReadRequest method
Obsolete. Adds an entry to the queue for read requests.
Syntax
var retval = userProfile.addReadRequest(name, reserved);Parameters
- name [in]
-
Type: String
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.
- reserved [in, optional]
-
Type: Variant
Internet Explorer currently ignores this parameter.
Return value
Type: Boolean
Returns one of the following possible values:
| Return value | Description |
|---|---|
|
The request has been successfully added to the queue. |
|
The attribute name was not recognized or the attribute already appeared in the request queue. |
Standards information
There are no standards that apply here.
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.
As of Windows Internet Explorer 7, this method is obsolete and should not be used.
See also