示例#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();
 }