/// <summary>
 /// Initializes a new instance of the <see cref="OutboundMessagingMessagingCampaignConfigChangeEmailConfig" /> class.
 /// </summary>
 /// <param name="EmailColumns">The Contact List column specifying the email to send to the contact..</param>
 /// <param name="ContentTemplate">A reference for a Response.</param>
 /// <param name="FromAddress">FromAddress.</param>
 /// <param name="ReplyToAddress">ReplyToAddress.</param>
 public OutboundMessagingMessagingCampaignConfigChangeEmailConfig(List <string> EmailColumns = null, OutboundMessagingMessagingCampaignConfigChangeResponseRef ContentTemplate = null, OutboundMessagingMessagingCampaignConfigChangeFromEmailAddress FromAddress = null, OutboundMessagingMessagingCampaignConfigChangeReplyToEmailAddress ReplyToAddress = null)
 {
     this.EmailColumns    = EmailColumns;
     this.ContentTemplate = ContentTemplate;
     this.FromAddress     = FromAddress;
     this.ReplyToAddress  = ReplyToAddress;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OutboundMessagingMessagingCampaignConfigChangeSmsConfig" /> class.
 /// </summary>
 /// <param name="MessageColumn">The Contact List column specifying the message to send to the contact..</param>
 /// <param name="PhoneColumn">The Contact List column specifying the phone number to send a message to..</param>
 /// <param name="SenderSmsPhoneNumber">SenderSmsPhoneNumber.</param>
 /// <param name="ContentTemplate">ContentTemplate.</param>
 public OutboundMessagingMessagingCampaignConfigChangeSmsConfig(string MessageColumn = null, string PhoneColumn = null, OutboundMessagingMessagingCampaignConfigChangeSmsPhoneNumberRef SenderSmsPhoneNumber = null, OutboundMessagingMessagingCampaignConfigChangeResponseRef ContentTemplate = null)
 {
     this.MessageColumn        = MessageColumn;
     this.PhoneColumn          = PhoneColumn;
     this.SenderSmsPhoneNumber = SenderSmsPhoneNumber;
     this.ContentTemplate      = ContentTemplate;
 }