public static void SendMailText(
SmtpClient smtpClient,
string username,
string password,
string subject,
string body,
string address
)
Public Shared Sub SendMailText (
smtpClient As SmtpClient,
username As String,
password As String,
subject As String,
body As String,
address As String
)
Dim smtpClient As SmtpClient
Dim username As String
Dim password As String
Dim subject As String
Dim body As String
Dim address As String
UtilMail.SendMailText(smtpClient, username,
password, subject, body, address)
public:
static void SendMailText(
SmtpClient^ smtpClient,
String^ username,
String^ password,
String^ subject,
String^ body,
String^ address
)
static member SendMailText :
smtpClient : SmtpClient *
username : string *
password : string *
subject : string *
body : string *
address : string -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="smtpClient"/> documentation for "M:DevCase.Core.Networking.Mailing.UtilMail.SendMailText(System.Net.Mail.SmtpClient,System.String,System.String,System.String,System.String,System.String)"]
No code example is currently available or this language may not be supported.
SendMailText(DevCase.Core.NET.SmtpClients.MicrosoftLiveSmtpClient, "Username@Hotmail.com", "Password", "Email Subject", "Message Body", "address@domain.com")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.