Difference between revisions of "DELETEMAIL()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 38: | Line 38: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Mail]] | ||
+ | [[Category:Mail Functions]] |
Revision as of 14:47, 2 June 2009
Class
Purpose
Function to delete the specified mail message
Syntax
DELETEMAIL(<expN>)
See Also
CLOSEMAIL(), COUNTMAIL(), MAILCLOSE(), MAILCOUNT(), MAILDELETE(), MAILERROR(), MAILHEADER(), MAILNODENAME(), MAILOPEN(), MAILREAD(), MAILSEND(), MAILUSERNAME(), OPENMAIL(), READMAIL(), SENDMAIL()
Description
The DELETEMAIL() function will delete the mail message specified by number. If you are not connected to a mail server, it will return an error. You can use the MAILUSERNAME() (POP3 only) or MAILNODENAME() function to check if you are connected.
Parameters | Required | Default | Description |
---|---|---|---|
<expN> | Yes | None | Numeric value to specify the mail message number to be deleted. |
Example
deletemail(1)
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer