protected override INotificationManager GetNotificationManager(MailboxContextBase mailboxContext) { if (this.FeaturesManager.ClientServerSettings.NotificationBroker.Enabled) { return(new BrokerNotificationManager(mailboxContext)); } return(base.GetNotificationManager(mailboxContext)); }
protected virtual INotificationManager GetNotificationManager(MailboxContextBase mailboxContext) { return(new OwaMapiNotificationManager(mailboxContext)); }