Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class WorkflowStepNotifyByEmail : WorkflowStepBase
public WorkflowStepNotifyByEmail()
public virtual string[] SpecificEmailAddresses { get; set; }
public virtual string Subject { get; set; }
public virtual string Text { get; set; }
[JsonIgnore] public WorkflowNotifyEmailType? To { get; set; }
[JsonProperty("To")] public string To_String { get; set; }
Was this page helpful?