Difference between revisions of "SET MAIL"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 33: Line 33:
 
==Products==
 
==Products==
 
Recital Terminal Developer (OpenVMS)
 
Recital Terminal Developer (OpenVMS)
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands]]

Revision as of 17:10, 10 March 2009

SET MAIL

Class

Recital Terminal Developer Environment


Purpose

Trap and display OpenVMS mail messages.


Syntax

SET MAIL ON | OFF | (<expL>)


See Also

ON MAIL, MAIL()


Description

The SET MAIL command controls the handling of OpenVMS mail messages. When SET MAIL is ON, OpenVMS mail messages will be trapped and displayed in a pop-up window. The window clears when the user presses the [RETURN] key. When SET MAIL is OFF, mail messages are ignored.

This command has no affect on Operating Systems other than OpenVMS.

This command allows the optional logical expression <expL> to be evaluated. If a value of .T. is returned MAIL is set ON. If a value of .F. is returned MAIL is set OFF.


Example

set mail on


Products

Recital Terminal Developer (OpenVMS)