Return the folder, then get its Items.Count property. To get a non-default folder, you need to walk the folder hierarchy using the Folders collections or use a function that does that for you. See
http://www.outlookcode.com/d/code/getfolder.htm and, especially for public folders,
http://www.outlookcode.com/codedetail.aspx?id=1164
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"bbnimda" wrote in message ...
Hi all,
How can'I guet the number of items in a specific Public Folder
thank's