C# Class CentralMine.NET.Email

Afficher le fichier Open project: GarageGames/Bitcoin Class Usage Examples

Méthodes publiques

Méthode Description
DoSendEmail ( object data ) : void
Email ( ) : System
SendEmail ( string body ) : void
SendErrorEmail ( string body ) : void

Method Details

DoSendEmail() public méthode

public DoSendEmail ( object data ) : void
data object
Résultat void

Email() public méthode

public Email ( ) : System
Résultat System

SendEmail() public méthode

public SendEmail ( string body ) : void
body string
Résultat void

SendErrorEmail() public static méthode

public static SendErrorEmail ( string body ) : void
body string
Résultat void