C# Class TournamentReport.Services.MessengerService

Inheritance: IMessengerService
Afficher le fichier Open project: Haacked/TournamentMaker Class Usage Examples

Méthodes publiques

Méthode Description
Send ( string from, string to, string subject, string body, bool isBodyHtml ) : bool

Method Details

Send() public méthode

public Send ( string from, string to, string subject, string body, bool isBodyHtml ) : bool
from string
to string
subject string
body string
isBodyHtml bool
Résultat bool