Tks Sue,
I'll try this immediatly
@+
"Sue Mosher [MVP-Outlook]" <
[email protected]> a écrit dans le
message de %
[email protected]...
Again, you need to start with the first folder you're interested in, and
work with its Folders collection:
strList = ""
For Each objFolder in myFolder.Folders
strList = strList & objFolder.Name & vbCrLf
Next
MsgBox strList
--
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 said:
I didn't found the right function to use in my Form, can U help me
Thks
"Sue Mosher [MVP-Outlook]" <
[email protected]> a écrit dans le
message
de news: (e-mail address removed)...
Each folder has a Folders collection containing its subfolders
bbnimda said:
Hi all,
How can I obtain à list of subfolder (contact) in Outlook Public Folder
eg:
Business
Business
|__ Customer
|__ Provider
|__ Reseler
Private
|__Family
|__Frends
Thks