Home > Contents > Index >
EMAILMANAGER.GETALL
Gets all available e-mail manager objects.
Syntax
<EMAILMANAGER.GETALL PREFIX="variable_prefix
" />Parameters
PREFIX (required)
- The first part of the name of all variables and/or lists used by this operation. Variables are typically named with the prefix, a delimiter, and then the field name. For example,
Variables.
prefix:fieldname
.
Definition
The following variables are returned as a result of this operation:
PREFIX+Total
-- the total number of e-mail manager objects
PREFIX+n
(wheren
is a number) -- the string used in naming result obectsError Numbers
The possible values of
errno
include:
Value Description -105 Email object has a name conflict.Example
The following code creates and loads an e-mail object, and then gets all available e-mail objects.
<!-- Create and Load e-mail object--> <EMAILMANAGER.CREATE OBJVARNAME="emailObj"/> <EMAILMANAGER.LOAD NAME="AssignmentDueReminder" OBJVARNAME="emailObj"/> <br/> <!-- Get all the EmailManager's --> <EMAILMANAGER.GETALL PREFIX="email:"/> Total # of objects: <CSVAR NAME="Variables.email:Total"/> <br/> <!-- Gets the name of the e-mail object--> <EMAIL.GETNAME NAME="email:1" VARNAME="emailNameOutput"/> Name of email: <CSVAR NAME="Variables.emailNameOutput"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.