Click or drag to resize

RecipientSaveInfo Constructor

Initializes a new instance of the RecipientSaveInfo class

Namespace:  Dynamicweb.Mailing
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public RecipientSaveInfo(
	Recipient recipient,
	SaveState saveState
)

Parameters

recipient
Type: Dynamicweb.MailingRecipient
saveState
Type: Dynamicweb.MailingSaveState
See Also