Class AutomationEmail
- Namespace
- CMS.Automation
- Assembly
- CMS.Automation.dll
Email to be sent by an automation step.
public sealed class AutomationEmail
- Inheritance
-
objectAutomationEmail
- Extension Methods
Properties
Body
Email content.
public string Body { get; set; }
Property Value
- string
EmailConfigurationID
Email configuration id.
public int EmailConfigurationID { get; set; }
Property Value
- int
MailoutGuid
Mailout guid.
public Guid MailoutGuid { get; set; }
Property Value
- Guid
PlainText
Email plain text.
public string PlainText { get; set; }
Property Value
- string
Recipients
Email recipient.
public List<string> Recipients { get; set; }
Property Value
- List<string>
Sender
Email sender.
public string Sender { get; set; }
Property Value
- string
Subject
Email subject.
public string Subject { get; set; }
Property Value
- string