コード例 #1
0
 /// <summary>
 /// 
 /// </summary>
 public SmtpSender()
 {
     config = new AppSettings("CarubbiMailer");
 }
コード例 #2
0
 public OpenPopMailReceiver()
 {
     config = new AppSettings("CarubbiMailer");
 }
コード例 #3
0
 public ExchangeServiceBase()
 {
     _config = new AppSettings("CarubbiMailer");
 }
コード例 #4
0
 private ConfigManager()
 {
     configSection = new AppSettings("CarubbiCaptchaBreaker");
     CAMINHO_ARQUIVO_IDIOMA = configSection["CAMINHO_ARQUIVO_IDIOMA"];
     URL_CAPTCHA_BREAKER_SERVER = configSection["URL_CAPTCHA_BREAKER_SERVER"];
 }