Cancel

Stops the execution of a pipeline or to send a cancellation notice to the recipient of a Pocket Outlook appointment.

To cancel

Use

Execution of a pipeline object

Syntax 1 For pipeline objects

An appointment for a POOMAppointment object

Syntax 2 For POOMAppointment objects


Syntax 1 For pipeline objects

Description

Stops the execution of a pipeline object.

Applies to

Pipeline objects

Syntax

pipelineobject.Cancel ( )

Returns

Integer. Returns 1 if it succeeds and -1 if an error occurs.


Syntax 2 For POOMAppointment objects

Description

Sends a cancellation notice to the appointment’s recipients, but does not remove the appointment from the repository. Call the Remove function on the POOM object to remove the appointment from the repository.

Applies to

POOMAppointment objects

Syntax

Integer objectname.Cancel ( )

Argument

Description

objectname

The name of the POOMAppointment object

Returns

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

See also