ars_NTNotificationServer(serverHost, user, notifyText, notifyCode, notifyCodeText)
	Forward a notification for the specified user to the indicated server.
	See ARS3.0 Programmer's Guide for notifyCode and notifyCodeText explanation.
      
          - On success
- 
		1 (True)
          
- On failure
- 
		0 (False)
      
Example:
 
      
	ars_NTNotificationServer("foo.bar.com", "joe", "hi joe!", 2) ||
		die "ars_NTNotificationServer: $ars_errstr";
      
 Back to Table of Contents
 Back to Table of Contents