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