Moderated Folders .forward etc..

  • Thread starter Thread starter cyhudson
  • Start date Start date
C

cyhudson

I'm working on an operations management program in .Net... I hav
figured out how to create project folders, contacts and calendars, bu
I'm trying to figure out how to programmatically add users to th
.forward in a moderated folder or basically get access to th
properties of the folder in general. Does anyone know a way via CDO o
Outlook interop assemblies to do so?

C
 
The Outlook PIAs expose minimal information -- just what you see in the
object browser. You'd have to use CDO 1.21 (not officially supported) or
Redemption with COM interop. I don't know if you'll be able to add users to
a moderated folder rule, since rules are exposed only with the Rule.dll that
works with CDO.
 
Thank you for your response... Sorry it took me so long to get back t
you. I actually lost the link to the forum. So CDO 1.21... I'll loo
into it.

C
 
Thank you for your response... Sorry it took me so long to get back t
you. I actually lost the link to the forum. So CDO 1.21... I'll loo
into it.

C
 
Back
Top