예제 #1
0
 public MapiWrapper(SystemEmailClients systemEmailClients, IUserConfigManager userConfigManager)
 {
     this.systemEmailClients = systemEmailClients;
     this.userConfigManager  = userConfigManager;
 }
예제 #2
0
 public MapiWrapper(SystemEmailClients systemEmailClients)
 {
     this.systemEmailClients = systemEmailClients;
 }