C# Class TournamentReport.Services.MessengerService

Inheritance: IMessengerService
ファイルを表示 Open project: Haacked/TournamentMaker Class Usage Examples

Public Methods

Method Description
Send ( string from, string to, string subject, string body, bool isBodyHtml ) : bool

Method Details

Send() public method

public Send ( string from, string to, string subject, string body, bool isBodyHtml ) : bool
from string
to string
subject string
body string
isBodyHtml bool
return bool