Difference between revisions of "SET MAIL"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Trap and display OpenVMS mail messages. | Trap and display OpenVMS mail messages. | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | + | [[MAIL()]], [[ON MAIL]] | |
Line 27: | Line 20: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set mail on</ | + | set mail on</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital (OpenVMS) |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|MAIL]] |
+ | [[Category:Terminal Environment]] | ||
+ | [[Category:Terminal Environment Set Commands]] |
Latest revision as of 16:13, 23 November 2009
Purpose
Trap and display OpenVMS mail messages.
Syntax
SET MAIL ON | OFF | (<expL>)
See Also
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 (OpenVMS)