updateMessageFolders
The updateMessageFolders
function allows you to change message folders for your account. Message folders can be used to group messages.
Syntax
writeResult = bApi.updateMessageFolders(messageFolderObject[] messageFolders);
Attributes
Name | Type | Required | Description |
---|---|---|---|
id |
string | Yes | The unique id of the message folder object. |
name |
string | No | The name assigned to the folder. |
parentId |
string | No | The unique id assigned to the parent folder which contains this folder. |