// Token: 0x06000FA4 RID: 4004 RVA: 0x00061C74 File Offset: 0x0005FE74
        public bool HasDataFolderChanged(MailboxSession sessionIn, OwaStoreObjectId contextFolderId, OwaStoreObjectId dataFolderId)
        {
            FolderContentChangeNotificationHandler folderContentChangeNotificationHandler = this.GetFolderContentChangeNotificationHandler(contextFolderId);

            return(folderContentChangeNotificationHandler != null && folderContentChangeNotificationHandler.HasDataFolderChanged(dataFolderId));
        }