Table of Contents

Class UnresponsiveRecipientResendProvider

Namespace
Dynamicweb.EmailMarketing.EmailResendProviders
Assembly
Dynamicweb.EmailMarketing.dll

Default Dynamicweb recipient provider

[AddInName("UnresponsiveRecipients")]
[AddInLabel("Unresponsive recipients")]
[AddInDescription("Resends a new copy of the email to recipients who did not respond to the original email.")]
public class UnresponsiveRecipientResendProvider : EmailResendProvider
Inheritance
UnresponsiveRecipientResendProvider
Inherited Members

Methods

CreateResendEmail(Email)

Returns a new Email object that is the one we redirect the user to

public override Email? CreateResendEmail(Email originalEmail)

Parameters

originalEmail Email

Returns

Email
To top