add_pm_folder
Usage: string add_pm_folder (string name)
Purpose: Creates a PM Folder.
Availability: IPB SDK 0.4
Purpose: Creates a PM Folder.
Availability: IPB SDK 0.4
Attempts to create a new virtual PM folder with the name name. If the action was successful, the internal ID of the folder will be returned.
If the folder could not be created, or the user is not logged in FALSE will be returned.
// Creates a virtual PM folder with the name 'Junk Mail'
$SDK->add_pm_folder ("Junk Mail");
// Simple, huh? ;)
$SDK->add_pm_folder ("Junk Mail");
// Simple, huh? ;)
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
There are currently no user contributed notes for this page.