File Name
Syntax
MAPI_Interface ( REF success: BOOLEAN )
Parameters
success - Boolean value
Returns
None
Side Effects
None
Description
This is the "send notification via MAPI mail" function. The implied parameters are specified in the global ntfyContext, and the current user_ID logged into TPM.
Dialog Forms Called
None
File Name
Syntax
Netware_Send ( REF success: BOOLEAN )
Parameters
success - Boolean value
Returns
None
Side Effects
None
Description
This is the "send notification via netware" function. It forks a process and executes the send command with the notification_text field of the global ntfyContext.
Dialog Forms Called
None
File Name
Syntax
PagerNotification ( REF success: BOOLEAN )
Parameters
success - Boolean value
Returns
None
Side Effects
ntfyContext.address is the WinBeep subscriber. ntfyContext.notification_text is the WinBeep message. The *.wba file is written to the SAI_ROOT directory.
Description
This is the "send notification via WinBeep" function. The implied parameters are specified in the global ntfyContext, and the current user_ID logged into TPM.
Dialog Forms Called
None
File Name
Syntax
RegisterNotifyUserID ( VAL user_ID: STRING )
Parameters
user_ID - logged-in user
Returns
0 - this user ID is not in the database table 1 - one or more entries were found for this user ID
Side Effects
None
Description
This looks up the supplied TPM user ID in the NOTIFY_USER_GROUP table and calls the Email module to register the e-mail account data. All e-mail systems are checked in this routine and registered. This allows for multiple outgoing Email notification types.
Dialog Forms Called
None
File Name
Syntax
SMTP_Interface ( REF success: BOOLEAN )
Parameters
success - Boolean value
Returns
None
Side Effects
None
Description
This is the "send notification via SMTP mail" function. The implied parameters are specified in the global ntfyContext, and the current user_ID logged into TPM.
Dialog Forms Called
None
File Name
Syntax
VIM_Interface ( REF success: BOOLEAN )
Parameters
success - Boolean value
Returns
None
Side Effects
None
Description
This is the "send notification via VIM mail" function. The implied parameters are specified in the global ntfyContext, and the current user_ID logged into TPM.
Dialog Forms Called
None