Difference between revisions of "MAILCOUNT()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the number of messages on the currently connected mail server
 
Function to return the number of messages on the currently connected mail server
 
  
 
==Syntax==
 
==Syntax==
 
MAILCOUNT([<array>])
 
MAILCOUNT([<array>])
 
  
 
==See Also==
 
==See Also==
 
[[CLOSEMAIL()]], [[COUNTMAIL()]], [[DELETEMAIL()]], [[MAILATTACH()]], [[MAILCLOSE()]], [[MAILDELETE()]], [[MAILERROR()]], [[MAILHEADER()]], [[MAILNODENAME()]], [[MAILOPEN()]], [[MAILREAD()]], [[MAILSAVEAS()]], [[MAILSEND()]], [[MAILUSERNAME()]], [[OPENMAIL()]], [[READMAIL()]], [[SENDMAIL()]]
 
[[CLOSEMAIL()]], [[COUNTMAIL()]], [[DELETEMAIL()]], [[MAILATTACH()]], [[MAILCLOSE()]], [[MAILDELETE()]], [[MAILERROR()]], [[MAILHEADER()]], [[MAILNODENAME()]], [[MAILOPEN()]], [[MAILREAD()]], [[MAILSAVEAS()]], [[MAILSEND()]], [[MAILUSERNAME()]], [[OPENMAIL()]], [[READMAIL()]], [[SENDMAIL()]]
 
  
 
==Description==
 
==Description==
 
The MAILCOUNT() function returns the number of messages on the connected mail server.  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 MAILCOUNT() function returns the number of messages on the connected mail server.  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 32: Line 27:
 
</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:22, 7 December 2012

Purpose

Function to return the number of messages on the currently connected mail server

Syntax

MAILCOUNT([<array>])

See Also

CLOSEMAIL(), COUNTMAIL(), DELETEMAIL(), MAILATTACH(), MAILCLOSE(), MAILDELETE(), MAILERROR(), MAILHEADER(), MAILNODENAME(), MAILOPEN(), MAILREAD(), MAILSAVEAS(), MAILSEND(), MAILUSERNAME(), OPENMAIL(), READMAIL(), SENDMAIL()

Description

The MAILCOUNT() function returns the number of messages on the connected mail server. 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
<array> No None The name of an array to contain the size in bytes of each mail message. No pre-declaration is required.

Example

value = mailcount(message_size)
? value
         6
? message_size[1]
       365