Table of Contents

Class SendDraftModel

Namespace
Kentico.Xperience.Admin.DigitalMarketing.UIPages
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Model for 'send draft email' page.

public class SendDraftModel
Inheritance
object
SendDraftModel
Extension Methods

Constructors

SendDraftModel()

public SendDraftModel()

Properties

EmailRecipients

Recipients of the draft email.

[EmailValidationRule(AllowMultipleAddresses = true)]
[RequiredValidationRule]
[TextInputComponent(Label = "{$digitalmarketing.emails.senddraft.emailto$}", Order = 1)]
public string EmailRecipients { get; set; }

Property Value

string