N
nikolaj.sheller
Hello
My assignment is as follows:
-I need to retrieve user appointments in a given timespan from
Exchange. Due to performance issues I need to be able to restrict the
folders containing appointments server side.
-I currently log on to Exchange using RDOSession, under an account
created specially for this purpose.
My question is:
-How can I restrict the appointments in a given user's calendar folder
using RDO?
My experiences are:
-RDOFolders can't be restricted.
-MAPITables can be restricted, but can't (to my knowledge) be
converted into RDOFolders or RDOAppointmentItems again.
-RDOSearchFolders can contain RDOFolders that are restricted. I can
restrict my own calendar, but not other user's. I can only get a
search folder to access the current user's SharedDefaultFolder, i.e.
the following fails:
"rdoSession.GetSharedDefaultFolder(addressEntry,
rdoDefaultFolders.olFolderCalendar);"
when using "RDOSearchFolder.Start()" on the search folder; although it
works for the special account.
I would appreciate any input regarding this problem.
Thank you
-Nikolaj
My assignment is as follows:
-I need to retrieve user appointments in a given timespan from
Exchange. Due to performance issues I need to be able to restrict the
folders containing appointments server side.
-I currently log on to Exchange using RDOSession, under an account
created specially for this purpose.
My question is:
-How can I restrict the appointments in a given user's calendar folder
using RDO?
My experiences are:
-RDOFolders can't be restricted.
-MAPITables can be restricted, but can't (to my knowledge) be
converted into RDOFolders or RDOAppointmentItems again.
-RDOSearchFolders can contain RDOFolders that are restricted. I can
restrict my own calendar, but not other user's. I can only get a
search folder to access the current user's SharedDefaultFolder, i.e.
the following fails:
"rdoSession.GetSharedDefaultFolder(addressEntry,
rdoDefaultFolders.olFolderCalendar);"
when using "RDOSearchFolder.Start()" on the search folder; although it
works for the special account.
I would appreciate any input regarding this problem.
Thank you
-Nikolaj