Having the following subscription: SubscribeToStreamingNotifications(new FolderId[] { WellKnownFolderName.Calendar, WellKnownFolderName.Tasks }, EventType.Created, EventType.Modified, EventType.Deleted);
Without resulting in another call to EWS, is there a way to know which folder (Calendar OR Tasks) raised the OnNotificationEvent?