B bbnimda Jun 28, 2007 #1 Hi all, How can'I guet the number of items in a specific Public Folder thank's
S Sue Mosher [MVP-Outlook] Jun 28, 2007 #2 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
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