Insert a Folder
To insert a mail folder, your insertXML must include the following properties:
| Property name | Description |
|---|---|
TYPE
|
The type of item to insert (set this property to FOLDER). |
FOLDER_ID
|
The folder to add the folder to. You can specify an ID or a folder name such as Folder names
|
USER_ID
|
The ID of the user account to add the folder to. |
For example, to create a subfolder within the folder "inbox":
<insertXML>
<insert>
<reference>New folder</reference>
<property name="FOLDER_ID" value="Inbox"/>
<property name="TYPE" value="FOLDER"/>
<property name="USER_ID" value="2fbcacc4-2b74-4cfd-bb3e-edad8f0cd0cc"/>
<xmlmetadata>
<DisplayName>New Folder</DisplayName>
</xmlmetadata>
</insert>
</insertXML>