C# Class SereneInventory.Common.EmailHelper

Afficher le fichier Open project: dfaruque/SereneInventory

Méthodes publiques

Méthode Description
Send ( string subject, string body, string address, string displayName = "" ) : void

Method Details

Send() public static méthode

public static Send ( string subject, string body, string address, string displayName = "" ) : void
subject string
body string
address string
displayName string
Résultat void