LetterCancel

sql

PROCEDURE LetterCancel ( IN letter HANDLE );

Parameters

letter letter handle

Description

The function cancel a letter that hasn't been sent yet and frees the resources that were allocated for that letter. The letter handle gets invalid once this function is terminated.

Function value

This function returns 0 if successful, the error number otherwise.

Example

Sending example

See