public static void SendMailHtml(
SmtpClient smtpClient,
string username,
string password,
string subject,
string body,
string[] addresses
)
Public Shared Sub SendMailHtml (
smtpClient As SmtpClient,
username As String,
password As String,
subject As String,
body As String,
addresses As String()
)
Dim smtpClient As SmtpClient
Dim username As String
Dim password As String
Dim subject As String
Dim body As String
Dim addresses As String()
UtilMail.SendMailHtml(smtpClient, username,
password, subject, body, addresses)
public:
static void SendMailHtml(
SmtpClient^ smtpClient,
String^ username,
String^ password,
String^ subject,
String^ body,
array<String^>^ addresses
)
static member SendMailHtml :
smtpClient : SmtpClient *
username : string *
password : string *
subject : string *
body : string *
addresses : 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.SendMailHtml(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.
SendMailHtml(DevCase.Core.NET.SmtpClients.MicrosoftLiveSmtpClient, "Username@Hotmail.com", "Password", "Email Subject", "Message Body", {"address1@domain.com", "address2@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.