I develop app for monitoring Exchange by using SubscribeToStreamingNotifications and in StreamingSubscription class value of folderIds was lacked. And for some cases this information is needed for me.
In order not to modify a lot of code, I added support for this parameter in the easiest way as is possible.
Such functionality will certainly be useful for others as well.
I develop app for monitoring Exchange by using SubscribeToStreamingNotifications and in StreamingSubscription class value of folderIds was lacked. And for some cases this information is needed for me. In order not to modify a lot of code, I added support for this parameter in the easiest way as is possible. Such functionality will certainly be useful for others as well.