Class RecipientSaveInfo
- Namespace
- Dynamicweb.Mailing
- Assembly
- Dynamicweb.Core.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
Properties
Recipient
The Recipient.
public Recipient Recipient { get; }
Property Value
RecipientSaveState
public SaveState RecipientSaveState { get; }