Table of Contents

Class NotificationSettings

Namespace
Dynamicweb.DataIntegration.Integration
Assembly
Dynamicweb.DataIntegration.dll

Contains E-mails notification setings

public class NotificationSettings
Inheritance
NotificationSettings
Inherited Members

Properties

FailureOnly

public bool FailureOnly { get; set; }

Property Value

bool

NotificationTemplate

public string NotificationTemplate { get; set; }

Property Value

string

RecipientGroups

public IEnumerable<int> RecipientGroups { get; set; }

Property Value

IEnumerable<int>

RecipientsList

public List<string> RecipientsList { get; set; }

Property Value

List<string>

SenderDisplayName

public string SenderDisplayName { get; set; }

Property Value

string

SenderEmail

public string SenderEmail { get; set; }

Property Value

string

Methods

SendMail(bool)

public bool SendMail(bool isFailed)

Parameters

isFailed bool

Returns

bool
To top