Home > Contents > Index >
EMAILMANAGER.DELETE
Deletes an e-mail when based on its ID.
Syntax
<EMAILMANAGER.DELETE ID="email_ID
" />Parameters
ID
- ID of the e-mail to delete.
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, and then deletes the e-mail object.
<!-- Create e-mail object--> <EMAILMANAGER.CREATE OBJVARNAME="emailObj"/> <br/> <!-- Get ID of e-mail object --> <EMAIL.GETID NAME="emailObj" VARNAME="emailID"/> <br/> <!-- Load e-mail object --> <EMAILMANAGER.LOAD NAME="Name of EmailManager" ID="Variables.emailID" OBJVARNAME="emailObj" /> <br/> <!-- Deleting an EmailManager object --> <EMAILMANAGER.DELETE ID="Variables.emailID"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.