Documentation Center

Workflow 2.0 GetInboxContent

Retrieves all objects that are stored in a given inbox for the user that is logged on.


Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated 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.
psInboxStringInName of the inbox
psXMLRequestedMetaDataStringInRequested Metadata XML structure indicating which metadata has to be retrieved for a given object.
psOutXMLObjListStringOutObjectList 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 ishlngref entries 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.