Home > Contents > Index > 
EMAIL.GETNAME
Gets the e-mail name.
Syntax
<EMAIL.GETNAME NAME="email_object_name" VARNAME="variableName" />Parameters
NAME (required)- Name of the e-mail object.
 
VARNAME (required)- Name of the output variable to create. This variable contains the e-mail name.
 
errno
The possible values of
errnoinclude:
 Value Description -105 Email object has a name conflict.Example
The following code creates and loads an e-mail object, and then gets the e-mail name.
<!-- Create and Load e-mail object--> <EMAILMANAGER.CREATE OBJVARNAME="emailObj"/> <EMAILMANAGER.LOAD NAME="AssignmentDueReminder" OBJVARNAME="emailObj"/> <br/> <!-- Gets the value for e-mail name --> <EMAIL.GETNAME NAME="emailObj" VARNAME="emailNameOutput"/> <br/> Name is: <CSVAR NAME="Variables.emailNameOutput"/><br/><br/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.