Esempio n. 1
0
 protected virtual IMailboxPolicy[] GetMailboxPolicies(IEventNotificationSender eventNotificationSender)
 {
     return(new IMailboxPolicy[]
     {
         new PolicyActivationControl(new MailboxProvisioningConstraintPolicy(eventNotificationSender), this.Settings),
         new PolicyActivationControl(new ZeroItemsPendingUpgradePolicy(this.Settings), this.Settings)
     });
 }
 public MailboxProvisioningConstraintPolicy(IEventNotificationSender eventNotificationSender)
 {
     this.eventNotificationSender = eventNotificationSender;
 }