Workflow 2.0 GetInboxContent
Retrieves all objects that are stored in a given inbox for the user that is logged on.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psInbox | String | In | Name of the inbox |
| psXMLRequestedMetaData | String | In | Requested Metadata XML structure indicating which metadata has to be retrieved for a given object. |
| psOutXMLObjList | String | Out | ObjectList XML structure containing the metadata of the objects. |
Note that:
- We advise you to not request any extra metadata here. The inbox result will hold a list of
ishlngrefentries which you could enrich with metadata information in groups of e.g. 50 items using DocumentObj25.RetrieveMetadataIshLngRefs2 - This function can become a very heavy call depending on the number of objects in the inbox. So we advise you to use the cached result in your client software as long as possible before refreshing it.