Table of Contents

Class CallbackHandlerContext

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Mailing.dll
Represents callback handler context
public class CallbackHandlerContext
Inheritance
CallbackHandlerContext
Inherited Members

Properties

StopExecution

Gets or sets stop execution factor value
public bool StopExecution { get; set; }

Property Value

bool
True or false value
To top