コード例 #1
0
ファイル: UserContext.cs プロジェクト: YHZX2013/exchange_diff
 protected override INotificationManager GetNotificationManager(MailboxContextBase mailboxContext)
 {
     if (this.FeaturesManager.ClientServerSettings.NotificationBroker.Enabled)
     {
         return(new BrokerNotificationManager(mailboxContext));
     }
     return(base.GetNotificationManager(mailboxContext));
 }
コード例 #2
0
 protected virtual INotificationManager GetNotificationManager(MailboxContextBase mailboxContext)
 {
     return(new OwaMapiNotificationManager(mailboxContext));
 }