Difference between revisions of "DELETEMAIL()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to delete the specified mail message
 
Function to delete the specified mail message
 
  
 
==Syntax==
 
==Syntax==
 
DELETEMAIL(<expN>)
 
DELETEMAIL(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[CLOSEMAIL()]], [[COUNTMAIL()]], [[MAILATTACH()]], [[MAILCLOSE()]], [[MAILCOUNT()]], [[MAILDELETE()]], [[MAILERROR()]], [[MAILHEADER()]], [[MAILNODENAME()]], [[MAILOPEN()]], [[MAILREAD()]], [[MAILSAVEAS()]], [[MAILSEND()]], [[MAILUSERNAME()]], [[OPENMAIL()]], [[READMAIL()]], [[SENDMAIL()]]
 
[[CLOSEMAIL()]], [[COUNTMAIL()]], [[MAILATTACH()]], [[MAILCLOSE()]], [[MAILCOUNT()]], [[MAILDELETE()]], [[MAILERROR()]], [[MAILHEADER()]], [[MAILNODENAME()]], [[MAILOPEN()]], [[MAILREAD()]], [[MAILSAVEAS()]], [[MAILSEND()]], [[MAILUSERNAME()]], [[OPENMAIL()]], [[READMAIL()]], [[SENDMAIL()]]
 
  
 
==Description==
 
==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.
 
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.
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 21: Line 17:
 
|-
 
|-
 
|}
 
|}
 
 
  
 
==Example==
 
==Example==
Line 29: Line 23:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Mail]]
 
 
[[Category:Mail Functions]]
 
[[Category:Mail Functions]]

Revision as of 09:21, 7 December 2012

Purpose

Function to delete the specified mail message

Syntax

DELETEMAIL(<expN>)

See Also

CLOSEMAIL(), COUNTMAIL(), MAILATTACH(), MAILCLOSE(), MAILCOUNT(), MAILDELETE(), MAILERROR(), MAILHEADER(), MAILNODENAME(), MAILOPEN(), MAILREAD(), MAILSAVEAS(), 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)