Exemplo n.º 1
0
 /// <summary>
 /// 
 /// </summary>
 public SmtpSender()
 {
     config = new AppSettings("CarubbiMailer");
 }
 public OpenPopMailReceiver()
 {
     config = new AppSettings("CarubbiMailer");
 }
 public ExchangeServiceBase()
 {
     _config = new AppSettings("CarubbiMailer");
 }
Exemplo n.º 4
0
 private ConfigManager()
 {
     configSection = new AppSettings("CarubbiCaptchaBreaker");
     CAMINHO_ARQUIVO_IDIOMA = configSection["CAMINHO_ARQUIVO_IDIOMA"];
     URL_CAPTCHA_BREAKER_SERVER = configSection["URL_CAPTCHA_BREAKER_SERVER"];
 }