Esempio n. 1
0
 public MailInformation()
 {
     EnableTracking = true;
     Utm = new UtmCode();
 }
Esempio n. 2
0
 public MailInformation()
 {
     EnableTracking = true;
     Utm            = new UtmCode();
 }
Esempio n. 3
0
 public MailInformation()
 {
     EnableTracking = Configuration.NewsLetterConfiguration.GetAppSettingsConfigValueBool("Newsletter.EnableTracking", true);
     Utm            = new UtmCode();
 }