Table of Contents

Class MailInfo

Namespace
Dynamicweb.Ecommerce.Cart
Assembly
Dynamicweb.Ecommerce.dll
MailInfo class.
public class MailInfo
Inheritance
MailInfo
Inherited Members

Fields

Attachment

The attachment
public string Attachment

Field Value

string

AttachmentPath

The attachment path
public string AttachmentPath

Field Value

string

EncodingCodePage

The encoding code page
public int EncodingCodePage

Field Value

int

IsCustomer

The is customer
public bool IsCustomer

Field Value

bool

IsCustomField

Use order or user field for email address
public bool IsCustomField

Field Value

bool

IsDelivery

The is delivery
public bool IsDelivery

Field Value

bool

Recipient

The recipient
public string Recipient

Field Value

string

RecipientCustomField

The order or user field for email address to send to
public string RecipientCustomField

Field Value

string

RedirectPage

The template path
public string RedirectPage

Field Value

string

RedirectType

The template path
public string RedirectType

Field Value

string

SenderMail

The sender mail
public string SenderMail

Field Value

string

SenderName

The sender name
public string SenderName

Field Value

string

Subject

The subject
public string Subject

Field Value

string

Template

The template
public string Template

Field Value

string

TemplatePath

The template path
public string TemplatePath

Field Value

string
To top