Difference between revisions of "MAILERROR()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 32: Line 32:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Mail]]
 +
[[Category:Mail Functions]]

Revision as of 14:48, 2 June 2009

Class

Mail


Purpose

Function to return last mail error


Syntax

MAILERROR()


See Also

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


Description

The MAILERROR() function will return the last error message if there was one, or an empty string if no error occurred.


Example

? mailopen("mailserver.company.com","username","password")
.F.
? mailerror()
Host name 'mailserver.company.com' not found.


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer