C# Class Carrotware.Web.UI.Controls.EmailHelper

Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SendMail ( string fromEmail, List emailTo, List emailCC, string subjectLine, string bodyText, bool isHTML, List attachments ) : bool
SendMail ( string fromEmail, string emailTo, string subjectLine, string bodyText, bool isHTML ) : bool

Method Details

SendMail() public static méthode

public static SendMail ( string fromEmail, List emailTo, List emailCC, string subjectLine, string bodyText, bool isHTML, List attachments ) : bool
fromEmail string
emailTo List
emailCC List
subjectLine string
bodyText string
isHTML bool
attachments List
Résultat bool

SendMail() public static méthode

public static SendMail ( string fromEmail, string emailTo, string subjectLine, string bodyText, bool isHTML ) : bool
fromEmail string
emailTo string
subjectLine string
bodyText string
isHTML bool
Résultat bool