Home > Contents > Index >
CCUSER.SETEMAIL
Sets the e-mail address for a user.
Syntax
<CCUSER.SETEMAIL NAME="user name" VALUE="e-mail address" />Parameters
NAME (required)
- Name of the user.
VALUE (required)
- User's e-mail address.
Example
<!-- Set an email for the userobject --> <CCUSER.SETEMAIL NAME="u" VALUE="bob.user@oracle.com"/> <CCUSER.GETEMAIL NAME="u" VARNAME="emailOutput2"/> <BR/> CCUSER.GETEMAIL <CSVAR NAME="Variables.emailOutput2"/><BR/><BR/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.