Class MailInfo
- Namespace
- Dynamicweb.Ecommerce.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
MailInfo class.
public sealed class MailInfo
- Inheritance
-
MailInfo
- Inherited Members
Properties
Attachment
The attachment
public string Attachment { get; set; }
Property Value
AttachmentPath
The attachment path
public string AttachmentPath { get; set; }
Property Value
EncodingCodePage
The encoding code page
public int EncodingCodePage { get; set; }
Property Value
IsCustomField
Use order or user field for email address
public bool IsCustomField { get; set; }
Property Value
IsCustomer
The is customer
public bool IsCustomer { get; set; }
Property Value
IsDelivery
The is delivery
public bool IsDelivery { get; set; }
Property Value
Recipient
The recipient
public string Recipient { get; set; }
Property Value
RecipientCustomField
The order or user field for email address to send to
public string RecipientCustomField { get; set; }
Property Value
RedirectPage
The template path
public string RedirectPage { get; set; }
Property Value
RedirectPageId
The Id of the page selected as notification template
public int RedirectPageId { get; set; }
Property Value
RedirectType
The template path
public string RedirectType { get; set; }
Property Value
SenderMail
The sender mail
public string SenderMail { get; set; }
Property Value
SenderName
The sender name
public string SenderName { get; set; }
Property Value
Subject
The subject
public string Subject { get; set; }
Property Value
Template
The template
public string Template { get; set; }
Property Value
TemplatePath
The template path
public string TemplatePath { get; set; }