MAILUSERNAME()

From Lianjapedia
Revision as of 09:25, 7 December 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Purpose

Function to return current user name

Syntax

MAILUSERNAME()

See Also

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