The DeleteMail operation deletes an email.
Input
The adapter expects the following XML structure as input:
XML
<?xml version="1.0" encoding="UTF-8"?>
<Mail>
<MailId>213123123123</MailId>
</Mail>
The following elements are included in the input:
|
Element |
Description |
|---|---|
|
|
Enclosing element for the |
|
|
ID of the email that is to be deleted. Possible value:
|
Output
The email specified in the input is deleted.