Autoarchive - Apply to all folders programatically

  • Thread starter Thread starter Lando
  • Start date Start date
L

Lando

Autoarchive - Apply to all folders programatically
Is there any way to run the Autoarchive setting, "Apply to all folders"
button programatically? We have users continuously creating new folders and
we want to have it automatically set the autoarchive settings for every
folder
..
Any sample code would be appreciated.

Thanks!
 
Sorry, that feature isn't exposed to the Outlook Object Model.

However, there is a product here that does what you need, but it comes
at a price: http://www.symprex.com/products/aam/

You can change this with CDO though, as the AutoArchive settings are stored
in the IPC.MS.Outlook.AgingProperties hidden message in every folder.
This message contains various MAPI property tags containing the AutoArchive
settings. Not a light project by any means, but doable.

Eric Legault - B.A, MCP, MCSD, Outlook MVP
 
Back
Top