Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

get_num_folder_unread_pms

Usage: int get_num_folder_unread_pms(string folderid)
Purpose: Returns number of unread/new PMs in a folder.
Availability: IPB SDK 0.4

Returns the number of unread PMs in the folderid folder. If the current user is not logged in, information cannot be retrieved, or the folder doesn't exist FALSE will be returned.

/* Prints "1 unread PM(s) in folder in" */
$folder = "in";
echo $SDK->get_num_folder_unread_pms($folder).' unread PM(s) in folder '.$folder;
See Also: get_num_folder_pms, get_num_total_pms


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