C# Класс NewsletterStudioContrib.BounceManagement.NewsletterBounceHelper

This helper demonstrates how to add new bounces to Newsletter Studio using code. This might be a API that will be merged into the core in the future if we see this demand.
Показать файл Открыть проект

Открытые методы

Метод Описание
AddNewHardBounce ( List emails, string message = "BounceHandler: Hard Bounce" ) : void
AddNewHardBounce ( string email, string message = "BounceHandler: Hard Bounce" ) : void

Adds a new bounce to the Newsletter Studio data and sets the subscriber as bounced.

Описание методов

AddNewHardBounce() публичный Метод

public AddNewHardBounce ( List emails, string message = "BounceHandler: Hard Bounce" ) : void
emails List
message string
Результат void

AddNewHardBounce() публичный Метод

Adds a new bounce to the Newsletter Studio data and sets the subscriber as bounced.
public AddNewHardBounce ( string email, string message = "BounceHandler: Hard Bounce" ) : void
email string The e-mail ([email protected]) that has bounced
message string Error message that will be displayed for the user in the UI
Результат void