Class Notifications.OnBeforePreProcessingNotificationArgs
- Namespace
- Dynamicweb.EmailMarketing
- Assembly
- Dynamicweb.EmailMarketing.dll
Represents arguments for OnBeforePreProcessing notification
public class Notifications.OnBeforePreProcessingNotificationArgs : NotificationArgs
- Inheritance
-
Notifications.OnBeforePreProcessingNotificationArgs
- Inherited Members
Constructors
OnBeforePreProcessingNotificationArgs(Message)
Creates a new instance of OnBeforePreProcessing notification args
public OnBeforePreProcessingNotificationArgs(Message message)
Parameters
message
Message
Properties
Message
Gets or sets message property
public Message Message { get; set; }