// Token: 0x06000D25 RID: 3365 RVA: 0x000313E0 File Offset: 0x0002F5E0 protected CalendarItemNotificationHandler(string subscriptionId, SubscriptionParameters parameters, StoreObjectId folderId, IMailboxContext userContext, Guid mailboxGuid, RowNotifier notifier, bool remoteSubscription) : base(subscriptionId, parameters, folderId, userContext, mailboxGuid, notifier, remoteSubscription) { }
// Token: 0x06000EFE RID: 3838 RVA: 0x0003A5FC File Offset: 0x000387FC protected PeopleIKnowRowNotificationHandler(string subscriptionId, SubscriptionParameters parameters, StoreObjectId folderId, UserContext userContext, Guid mailboxGuid, RowNotifier notifier) : base(subscriptionId, parameters, folderId, userContext, mailboxGuid, notifier, false) { }
protected MessageItemRowNotificationHandler(string subscriptionId, SubscriptionParameters parameters, StoreObjectId folderId, IMailboxContext userContext, Guid mailboxGuid, RowNotifier notifier, IFeaturesManager featuresManager = null) : base(subscriptionId, parameters, folderId, userContext, mailboxGuid, notifier, false) { this.mailboxId = new MailboxId(mailboxGuid); this.subscriptionProperties = MessageItemRowNotificationHandler.GetSubscriptionProperties(featuresManager); }
// Token: 0x06000CFD RID: 3325 RVA: 0x000306DC File Offset: 0x0002E8DC protected RowNotificationHandler(string subscriptionId, SubscriptionParameters parameters, StoreObjectId folderId, IMailboxContext userContext, Guid mailboxGuid, RowNotifier notifier, bool remoteSubscription) : base(subscriptionId, userContext, remoteSubscription) { this.mailboxGuid = mailboxGuid; this.notifier = notifier; this.notifier.RegisterWithPendingRequestNotifier(); this.SetSubscriptionParameter(parameters); this.folderId = folderId; this.originalFolderId = folderId; this.originalFolderIdAsString = parameters.FolderId; }