- Subject: Attaching events to the folder in Outlook 2007
- Author: Sunil
- Date: 28 Aug 2008
- References:
Hi All,
I have attached 2 events to a folder present inside InBox ie ItemAdd and
Before folder Move . The event gets fired initially. But once the outlook
synchronizes with the exchange server, the events do not get fired.
I do not want my custom folder to be synchronized with exchange server as it
is used for local processing. I have set following properties to my custom
folder.
MyFolder.WebViewOn = false;
MyFolder.ShowAsOutlookAB = false;
MyFolder.InAppFolderSyncObject = false;
Can you please suggest any alternative way to retain the events attached to
this custom folder ?
Thanks,
Sunil