C# Class strICT.InFlow.WFM.Utilities.SmtpUtils

Inheritance: IMailUtils
Afficher le fichier Open project: InFlowBPM/InFlow-BPMS

Méthodes publiques

Méthode Description
SmtpUtils ( IConfigStore cStore ) : strICT.InFlow.Db.Store
sendMail ( string to, string subject, string data ) : void

Method Details

SmtpUtils() public méthode

public SmtpUtils ( IConfigStore cStore ) : strICT.InFlow.Db.Store
cStore IConfigStore
Résultat strICT.InFlow.Db.Store

sendMail() public méthode

public sendMail ( string to, string subject, string data ) : void
to string
subject string
data string
Résultat void