C# Class JetstreamLaunchpadMain.Common.Email

Afficher le fichier Open project: tersosolutions/JetstreamSDK-.NET_Launchpad

Méthodes publiques

Méthode Description
SendEmail ( UsersModel userMl, string mailToDisplayName, string subject, string message ) : void

Method to send mail

Method Details

SendEmail() public static méthode

Method to send mail
public static SendEmail ( UsersModel userMl, string mailToDisplayName, string subject, string message ) : void
userMl JetstreamLaunchpad.Entity.UsersModel
mailToDisplayName string
subject string
message string
Résultat void