Home > Contents > Index >
CCUSER.GETEMAIL
Gets the e-mail address for the user.
Syntax
<CCUSER.GETEMAIL NAME="user name" VARNAME="variable name" />Parameters
NAME (required)
- Name of the user.
VARNAME (required)
- Name of the output variable to create.
Example
<!-- Get the email for the userobject --> <CCUSER.GETEMAIL NAME="u" VARNAME="emailOutput1"/> <IF COND="IsVariable.emailOutput1=true"> <THEN> <BR/> CCUSER.GETEMAIL <CSVAR NAME="Variables.emailOutput1"/><BR/> </THEN> <ELSE> <BR/> CCUSER.GETEMAIL: Variable not set!! <BR/><BR/> </ELSE> </IF> <BR/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.