public string SendMessageHtml(
string subject,
string body,
string[] addresses
)
Public Function SendMessageHtml (
subject As String,
body As String,
addresses As String()
) As String
Dim instance As GmailClient
Dim subject As String
Dim body As String
Dim addresses As String()
Dim returnValue As String
returnValue = instance.SendMessageHtml(subject,
body, addresses)
public:
String^ SendMessageHtml(
String^ subject,
String^ body,
array<String^>^ addresses
)
member SendMessageHtml :
subject : string *
body : string *
addresses : string[] -> 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[])"]
No code example is currently available or this language may not be supported.
SendMessageHtml("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.