Refresh Restrictions for one mailbox or folder in Exchange 2003
Hello,we have an application that uses restrictions to find mails with certain properties. I changed these restrictions twice to do some improvements. The problem is, that the last change doesn't take affect on all folders which where handled with the restrictions from my first change. If I create a new folder everything works great (the last version of restrictions is used).As far as I know it's only possible to delete all restrictions of an Exchange Server, what is rather impractical as maybe 99% of all restrictions make no Problems and also only a few mailboxes are affected. So is there a chance to delete all restrictions on a certain folder or a certain mailbox?Hope that anyone could help me.Anne
January 11th, 2008 5:08pm

Noone has an idea?
Free Windows Admin Tool Kit Click here and download it now
January 18th, 2008 5:09pm

I don't understand what you mean by "restrictions". Can you provide the name of the application you're trying to use?
January 19th, 2008 1:44am

Here is an example (C++):CMSXExistRestriction resHasState(ulPropTagState);CMSXNotRestriction resHasNoState(&resHasState);CMSXPropRestriction resHasStateNothing(RELOP_EQ, ulPropTagState, NOTHING);CMSXOrRestriction resHasStateEmpty(&resHasNoState, &resHasStateNothing);CMSXPropRestriction resTimeTo(RELOP_LE, SUBMIT_TIME, vCreationDate);CMSXAndRestriction resShouldBeProcessed(&resHasStateEmpty, &resTimeTo);pTable->Restrict(&resShouldBeProcessed);
Free Windows Admin Tool Kit Click here and download it now
January 21st, 2008 10:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics