X4 Produktdokumentation

Operation: MoveMail

The MoveMail operation moves an email to another folder based on the email ID and email folder ID specified in the input.

Input

The adapter expects the following XML structure as input:

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

The following elements are included in the input:


Element

Description

MailFolder

Enclosing element for the MoveMail operation 

MailId

ID of the email to be moved.

Possible value:

Any string

FolderId

ID of the email folder to which the email is to be moved.

Possible value:

Any string

Output

The adapter moves an email to another folder based on the email ID and email folder ID specified in the input.