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