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.
파일 보기 프로젝트 열기: enkelmedia/NewsletterStudioContrib

공개 메소드들

메소드 설명
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