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