Home > Contents > Index > 
EMAIL.GATHER
Gathers all e-mail variables named with the
PREFIX+emailconvention into an e-mail object.Syntax
<EMAIL.GATHER NAME="email_object_name" PREFIX="variablePrefix" />Parameters
NAME (required)- Name of the e-mail object.
 
PREFIX (required)- First part of the name of all variables and/or lists used by this gather operation. Variables are typically named with the prefix together with the field name. If a delimiter, such as a colon, was used in the creation of the variables that you want to gather, you must use the same delimiter in the gather operation. For example,
 Variables.prefix:fieldname.
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 gathers all variables with the specified prefix (
ePrefixin this example) into this object.<!-- Create and Load e-mail object--> <EMAILMANAGER.CREATE OBJVARNAME="emailObj"/> <EMAILMANAGER.LOAD NAME="AssignmentDueReminder" OBJVARNAME="emailObj"/> <br/> <!-- Gathers set variables into email object --> <EMAIL.GATHER PREFIX="ePrefix:" NAME="emailObj"/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.