Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

rename_pm_folder

Usage: string rename_pm_folder (string folderid, string name)
Purpose: Renames a PM Folder.
Availability: IPB SDK 0.4

Attempts to rename the PM folder folderid to name. Returns TRUE on success.

If the folder could not be renamed FALSE will be returned.

// Renames the Inbox folder to 'My Inbox'
$SDK->rename_pm_folder ("in", "My Inbox");


User Contributed Notes

There are currently no user contributed notes for this page.

Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net