ADXOutlookItemEvents.ProcessPropertyChange only fired once ?

Add-in Express™ Support Service
That's what is more important than anything else

ADXOutlookItemEvents.ProcessPropertyChange only fired once ?
Event only fired once even though multiple items were changed 
Mike M.




Posts: 31
Joined: 2006-11-13
Hi there

When overriding the ProcessPropertyChange method of the AdxOutlookItemEvents class, I have noticed that the metohd is only fired once, when I simultaneously change the categories of more than one mail item.

To reproduce:

1) Have an AddIn installed which handles the ADXOutlookItemEvents.ProcessPropertyChange event and insert a break point.
2) Select more than one mail in the inbox of Outlook
3) Rightclick on the selection and select Categories... in the context menu.
4) Mark a category so that the items are assigned this new category and click ok.
5) Now all the mail items have their Categories property changed, but the ProcessPropertyChange method is only fired once.

Is this a bug in ADX or Outlook ?

Are there any work arounds ?

Posted 07 Apr, 2007 06:11:45 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Mike.

This is an Outlook feature. Please try to use the ADXMAPIStoreAccessor component to process events of all selected items.
http://www.add-in-express.com/projects/adx-mapi-store-accessor.msi


P.S. Note that we take up your forum requests in the order we receive them. Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 09 Apr, 2007 09:42:32 Top
Mike M.




Posts: 31
Joined: 2006-11-13
ok looks interesting, do you have some docuemntation about this component, as there is none in the installer.

Posted 09 Apr, 2007 10:23:22 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
We are preparing the documentation. Please see our examples.
Posted 09 Apr, 2007 10:33:48 Top