public string SendMessageHtml(
string subject,
string body,
string address,
params Attachment[] attachments
)
Public Function SendMessageHtml (
subject As String,
body As String,
address As String,
ParamArray attachments As Attachment()
) As String
Dim instance As GmailClient
Dim subject As String
Dim body As String
Dim address As String
Dim attachments As Attachment()
Dim returnValue As String
returnValue = instance.SendMessageHtml(subject,
body, address, attachments)
public:
String^ SendMessageHtml(
String^ subject,
String^ body,
String^ address,
... array<Attachment^>^ attachments
)
member SendMessageHtml :
subject : string *
body : string *
address : string *
attachments : Attachment[] -> string
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.ThirdParty.Google.Gmail.GmailClient.SendMessageHtml(System.String,System.String,System.String,System.Net.Mail.Attachment[])"]
No code example is currently available or this language may not be supported.
SendMessageHtml("Email Subject", "Message Body", "address@domain.com", New Attachment("C:\File.txt"))
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.