Example #1
0
 public MailQuarantine(SmtpHandlerCore core, IStreamingRoot root)
 {
     _core = core;
     _container = root.GetContainer("sample-errors").Create();
 }
Example #2
0
 public MailQuarantine(SmtpHandlerCore core, IStreamingRoot root)
 {
     _core      = core;
     _container = root.GetContainer("sample-errors").Create();
 }