I create a Streaming Subscription to subscribe to the 'Moved' event, if the user creates an Inbox rule to move certain incoming mail to a folder then the 'Moved' event never fires. The only event I see is the 'Modified' event when the item hits the inbox.
Is this the intended operation of the 'Moved' event, to not fire on move triggered by an Inbox rule?
Example
StreamingSubscription subscription
= exchangeService.SubscribeToStreamingNotificationsOnAllFolders(EventType.Moved);