X4 Produktdokumentation

Operation: RenameMailFolder

The RenameMailFolder operation renames an existing email folder.

Input

The adapter expects the following XML structure as input:

Example
XML
<?xml version="1.0" encoding="UTF-8"?>
<MailFolder>
	<DisplayName>My new folder name</DisplayName>
	<FolderId>123123211231212</FolderId>
</MailFolder>

The following elements are included in the input:

Element

Description

MailFolder

Enclosing element for the RenameMailFolder operation 

DisplayName

New name of the email folder.

Possible value:

Any string

FolderId

ID of the email folder to be renamed.

Possible value:

Any string

Output

The email folder defined in the input is renamed.