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