C# Class DataStoreLib.Utils.MailManager

This class use to send mails
Afficher le fichier Open project: viren85/moviemirchi

Méthodes publiques

Méthode Description
SendMail ( string toAddress, string fromAddress, string subject, string body ) : bool

Send an email

Method Details

SendMail() public méthode

Send an email
public SendMail ( string toAddress, string fromAddress, string subject, string body ) : bool
toAddress string mail message to-Address
fromAddress string mail message from-Address
subject string mail message subject
body string mail message body
Résultat bool