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

Inheritance: IMailUtils
显示文件 Open project: InFlowBPM/InFlow-BPMS

Public Methods

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

Method Details

SmtpUtils() public method

public SmtpUtils ( IConfigStore cStore ) : strICT.InFlow.Db.Store
cStore IConfigStore
return strICT.InFlow.Db.Store

sendMail() public method

public sendMail ( string to, string subject, string data ) : void
to string
subject string
data string
return void