C# Class JetstreamLaunchpadMain.Common.Email

Mostrar archivo Open project: tersosolutions/JetstreamSDK-.NET_Launchpad

Public Methods

Method Description
SendEmail ( UsersModel userMl, string mailToDisplayName, string subject, string message ) : void

Method to send mail

Method Details

SendEmail() public static method

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
return void