Table of Contents

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

string

AttachmentPath

The attachment path

public string AttachmentPath { get; set; }

Property Value

string

EncodingCodePage

The encoding code page

public int EncodingCodePage { get; set; }

Property Value

int

IsCustomField

Use order or user field for email address

public bool IsCustomField { get; set; }

Property Value

bool

IsCustomer

The is customer

public bool IsCustomer { get; set; }

Property Value

bool

IsDelivery

The is delivery

public bool IsDelivery { get; set; }

Property Value

bool

Recipient

The recipient

public string Recipient { get; set; }

Property Value

string

RecipientCustomField

The order or user field for email address to send to

public string RecipientCustomField { get; set; }

Property Value

string

RedirectPage

The template path

public string RedirectPage { get; set; }

Property Value

string

RedirectPageId

The Id of the page selected as notification template

public int RedirectPageId { get; set; }

Property Value

int

RedirectType

The template path

public string RedirectType { get; set; }

Property Value

string

SenderMail

The sender mail

public string SenderMail { get; set; }

Property Value

string

SenderName

The sender name

public string SenderName { get; set; }

Property Value

string

Subject

The subject

public string Subject { get; set; }

Property Value

string

Template

The template

public string Template { get; set; }

Property Value

string

TemplatePath

The template path

public string TemplatePath { get; set; }

Property Value

string
To top