Home > Contents > Index >
EMAILMANAGER.LOAD
Loads the e-mail manager object.
Syntax
<EMAILMANAGER.LOAD [ID="email_ID
"] [NAME="process_name
"] OBJVARNAME="object_name
" />Parameters
ID (optional)
- ID of the e-mail instance to load.
NAME (optional)
- Name of the e-mail instance to load.
OBJVARNAME
- Name of an e-mail instance object to create.
Description
Either the e-mail ID or name must be specified.
Error 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.
<!-- Create and Load e-mail object--> <EMAILMANAGER.CREATE OBJVARNAME="emailObj"/> <EMAILMANAGER.LOAD NAME="AssignmentDueReminder" OBJVARNAME="emailObj"/> <br/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.