Difference between revisions of "MAILNODENAME()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return the node name of the currently connected mail server
 
Function to return the node name of the currently connected mail server
Line 27: Line 25:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Mail]]
 
[[Category:Mail]]
 
[[Category:Mail Functions]]
 
[[Category:Mail Functions]]

Revision as of 16:43, 3 December 2009

Purpose

Function to return the node name of the currently connected mail server


Syntax

MAILNODENAME()


See Also

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


Description

The MAILNODENAME() function will return the node name of the currently connected mail server, or an empty string if there is no connection.


Example

? mailopen("mailserver.company.com","username","password")
.T.
? mailnodename()
mailserver.company.com


Products

Recital Server, Recital