Receives items over an infrared link and distributes them to destination folders.
POOM objects
Integer objectname.ReceiveFromInfrared ( )
Argument |
Description |
---|---|
objectname |
The name of the POOM object |
Integer. Returns 1 for success and one of the following negative values if an error occurs:
-2 Cannot connect to the repository or a required internal subobject failed to connect to the repository
A user must be logged in to a POOM object to receive an infrared queue. Calling ReceiveFromInfrared turns on the infrared receivers and places the POOM objects it receives into the correct appointment, task, and contact categories in the POOM repository.
The following example retrieves items from an infrared queue:
li_rtn = po_1.ReceiveFromInfrared()