Table of Contents

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

message Message
recipient Recipient

Properties

Message

Gets or sets message property

public Message Message { get; set; }

Property Value

Message

Recipient

Gets or sets recipients property

public Recipient Recipient { get; set; }

Property Value

Recipient
To top