Skip to main content
Skip table of contents

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:

  1. With the ListMailFolders operation, the email folders with associated email folder ID are output.
  2. Via the ListMails operation, the emails with email ID are output.


Input

The adapter expects the following XML structure as input:

Example

XML
<?xml version="1.0" encoding="UTF-8"?>
<Mail>
	<MailId>123123123</MailId>
</Mail>

The following elements are included in the input:

ElementDescription
MailEnclosing element for the GetMail operation 
MailId

ID of the email that is to be retrieved.

Possible value:

Any string

Output

The adapter retrieves an email based on a specified email ID.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.