Operation: GetMail
The GetMail operation loads an email based on a specified email ID.
Note:
Use the following operations to get the specific email ID:
With the
ListMailFoldersoperation, the email folders with associated email folder ID are output.Via the
ListMailsoperation, the emails with email ID are output.
Input
The adapter expects the following XML structure as input:
Example
<?xml version="1.0" encoding="UTF-8"?>
<Mail>
<MailId>123123123</MailId>
</Mail>
The following elements are included in the input:
Element | Description |
|---|---|
| Enclosing element for the |
| ID of the email that is to be retrieved. Possible value:
|
Output
The adapter retrieves an email based on a specified email ID.