ReceiveFromInfrared

Description

Receives items over an infrared link and distributes them to destination folders.

Applies to

POOM objects

Syntax

Integer objectname.ReceiveFromInfrared ( )

Argument

Description

objectname

The name of the POOM object

Returns

Integer. Returns 1 for success and one of the following negative values if an error occurs:

Usage

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.

Examples

Example 1

The following example retrieves items from an infrared queue:

li_rtn = po_1.ReceiveFromInfrared()

See also