public string SendMessageHtml(
string subject,
string body,
string address
)
Public Function SendMessageHtml (
subject As String,
body As String,
address As String
) As String
Dim instance As GmailClient
Dim subject As String
Dim body As String
Dim address As String
Dim returnValue As String
returnValue = instance.SendMessageHtml(subject,
body, address)
public:
String^ SendMessageHtml(
String^ subject,
String^ body,
String^ address
)
member SendMessageHtml :
subject : string *
body : string *
address : 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", "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.