Table of Contents

Class RecipientSaveInfo

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Mailing.dll
Represents structure with info about recipient and recipient save state
public class RecipientSaveInfo
Inheritance
RecipientSaveInfo
Inherited Members

Constructors

RecipientSaveInfo(Recipient, SaveState)

Creates a new instance.
public RecipientSaveInfo(Recipient recipient, SaveState saveState)

Parameters

recipient Recipient
The Recipient
saveState SaveState
The SaveState

Properties

Recipient

public Recipient Recipient { get; }

Property Value

Recipient

RecipientSaveState

The SaveState of the Recipient
public SaveState RecipientSaveState { get; }

Property Value

SaveState
To top