Accessing Outlook Subfolders
I'm trying to add/remove a user form a folders' ACL.
This code works fine on a single folder:
Set oInbox = oSession.GetDefaultFolder(CdoDefaultFolderInbox)
Set oACLObject = CreateObject("MSExchange.ACLObject")
oACLObject.CDOItem = oInbox
Set oACEs = oACLObject.ACEs
How do I change this to do the same for folders under the Outlook Inbox?
Thanks!
.
Relevant Pages
- Re: FILE RESTORE USING NT BACKUP
... You have a choice of backing up to original location, an alternate location, or to a single folder. ... You can restore your backed-up data to the original folder or folders the data was in when you backed it up. ... (microsoft.public.windows.server.general) - Re: Read only issue on files
... You're confusing the read-only attribute of files with folders. ... Every single folder on my systems have the read-only attribute ... Microsoft MVP [Windows] ... (microsoft.public.windows.server.general) - Re: Filer under Adjust
... [snip 3000-file folders] ... RISCOS filer slows down the more file you have in a single folder. ... Are you sure you are not thinking of a non filter issue such as the ... ISTR a problem of this nature affecting either ... (comp.sys.acorn.misc) - copy files
... I need a script that will copy files from 2 folders that where created the day before and copy them to a single folder. ... subfolder called Archive ... I want to schedule this script after midnight and then only grab the files from those folders that where created the previous day. ... (microsoft.public.windows.server.scripting) - Re: Filer under Adjust
... [snip 3000-file folders] ... RISCOS filer slows down the more file you have in a single folder. ... Are you sure you are not thinking of a non filter issue such as the ... (comp.sys.acorn.misc) |
|