MAILUSERNAME()

From Recital Documentation Wiki
Revision as of 11:52, 23 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

Mail


Purpose

Function to return current user name


Syntax

MAILUSERNAME()


See Also

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


Description

The MAILUSERNAME() function will return the name of the user who is currently connected to the mail server, or an empty string if there is no connection. This function only operates with POP3 connections.


Example

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


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer