示例#1
0
 public EMTempProcess()
 {
     orgService = MSCRM.AdminOrgService;
     sda        = new SqlDataAccess();
     sdaCustom  = new SqlDataAccess();
     logMe      = new TEMPEventLog(orgService, "Nef.ConsoleApp.SendCampaignActivitySms", sdaCustom);
 }
示例#2
0
 public UpdateCampaignActivity()
 {
     orgService = MSCRM.AdminOrgService;
     sda        = new SqlDataAccess();
     sdaCustom  = new SqlDataAccess();
     logMe      = new TEMPEventLog(orgService, "Nef.ConsoleApp.SendCampaignActivityEmail", sdaCustom);
 }
示例#3
0
 public GetEmailResponse()
 {
     orgService = MSCRM.AdminOrgService;
     sda        = new SqlDataAccess();
     sdaCustom  = new SqlDataAccess();
     logMe      = new TEMPEventLog(orgService, "Nef.ConsoleApp.SendMarketingListEmail", sdaCustom);
 }
示例#4
0
 public EmailFunctions()
 {
     sda        = new SqlDataAccess();
     sdaCustom  = new SqlDataAccess();
     campaign   = new Campaign();
     orgService = MSCRM.AdminOrgService;
     logMe      = new TEMPEventLog(orgService, "Tefal.ConsoleApp.CreateCampaignActivityAndList", sdaCustom);
 }
示例#5
0
 public CreateSms()
 {
     orgService = MSCRM.AdminOrgService;
     conn       = new SqlConnection();
     sda        = new SqlDataAccess();
     sdaCustom  = new SqlDataAccess();
     logMe      = new TEMPEventLog(orgService, "Nef.ConsoleApp.SendCampaignActivitySms", sdaCustom);
 }
示例#6
0
 public SmsFunctions()
 {
     sda        = new SqlDataAccess();
     sdaCustom  = new SqlDataAccess();
     campaign   = new Campaign();
     orgService = MSCRM.AdminOrgService;
     logMe      = new TEMPEventLog(orgService, "Nef.ConsoleApp.SendCampaignActivitySms", sdaCustom);
     report     = new Report();
 }
示例#7
0
        public CreateMail()
        {
            orgService = MSCRM.AdminOrgService;

            logMe = new TEMPEventLog(orgService, "NEF.ConsoleApp.SendCampaignActivityEmail", sdaCustom);
        }
示例#8
0
 public GetEmailResponse()
 {
     orgService = MSCRM.AdminOrgService;
     sda        = new SqlDataAccess();
     logMe      = new TEMPEventLog(orgService, "NEF.ConsoleApp.SendCampaignActivityEmail", sdaCustom);
 }