These functions allow you to interact with the board PM system. You can read PMs, retrieve PM related information, manage your PMs, and write messages.
- add_pm_folder - Creates a PM Folder.
- delete_pm - Deletes a PM.
- empty_pm_folder - Empties a PM Folder.
- get_blocked_list - Returns the current member's PM block list.
- get_num_folder_pms - Returns number of PMs in a folder.
- get_num_new_pms - Returns number of new PMs since the last visit.
- get_num_total_pms - Returns number of PMs in total.
- get_num_folder_unread_pms - Returns number of unread/new PMs in a folder.
- get_pm_folders - Returns a array of the current user's PM folders.
- get_pm_info - Returns information on a private message.
- get_pm_space_usage - Returns amount of PM storage space used in percent.
- is_pmblocked - Returns whether a member has been blocked from PM-ing another.
- list_pms - Returns message information for messages in a PM folder.
- pm_folder_exists - Returns whether a PM folder exists.
- pm_folderid2name - Returns the folder name of a PM folder.
- pm_mark_message - Marks a message unread or read.
- pm_move_message - Moves a PM message to a folder.
- remove_pm_folder - Removes a PM Folder.
- rename_pm_folder - Renames a PM Folder.
- save_pm - Saves a personal message.
- write_pm - Creates a new personal message.
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.