Click or drag to resize

MailReceiptSaveProvider Class

Inheritance Hierarchy

Namespace:  Dynamicweb.ItemCreator.Providers
Assembly:  Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax
[AddInNameAttribute("DM.ItemCreator.SendReceipt")]
[AddInLabelAttribute("Send a receipt via e-mail")]
[AddInDescriptionAttribute("This will send an e-mail with a receipt.")]
public class MailReceiptSaveProvider : MailProvider

The MailReceiptSaveProvider type exposes the following members.

Constructors
  NameDescription
Public methodMailReceiptSaveProvider
Initializes a new instance of the MailReceiptSaveProvider class
Top
Properties
  NameDescription
Public propertyEncoding (Overrides MailProviderEncoding.)
Public propertyItemType (Overrides MailProviderItemType.)
Public propertyLogging (Overrides MailProviderLogging.)
Public propertyRecipientAddress (Overrides MailProviderRecipientAddress.)
Public propertyRecipientAddressItemField (Overrides MailProviderRecipientAddressItemField.)
Public propertyRecipientBCCAddress (Overrides MailProviderRecipientBCCAddress.)
Public propertyRecipientBCCAddressItemField (Overrides MailProviderRecipientBCCAddressItemField.)
Public propertyRecipientCCAddress (Overrides MailProviderRecipientCCAddress.)
Public propertyRecipientCCAddressItemField (Overrides MailProviderRecipientCCAddressItemField.)
Public propertySenderAddress (Overrides MailProviderSenderAddress.)
Public propertySenderAddressItemField (Overrides MailProviderSenderAddressItemField.)
Public propertySenderName (Overrides MailProviderSenderName.)
Public propertySenderNameItemField (Overrides MailProviderSenderNameItemField.)
Public propertySubject (Overrides MailProviderSubject.)
Public propertySubjectItemField (Overrides MailProviderSubjectItemField.)
Public propertyTemplate (Overrides MailProviderTemplate.)
Top
Methods
See Also