public Task<string> SendMessageHtmlAsync(
string subject,
string body,
string address
)
Public Function SendMessageHtmlAsync (
subject As String,
body As String,
address As String
) As Task(Of String)
Dim instance As GmailClient
Dim subject As String
Dim body As String
Dim address As String
Dim returnValue As Task(Of String)
returnValue = instance.SendMessageHtmlAsync(subject,
body, address)
public:
Task<String^>^ SendMessageHtmlAsync(
String^ subject,
String^ body,
String^ address
)
member SendMessageHtmlAsync :
subject : string *
body : string *
address : string -> Task<string>
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.ThirdParty.Google.Gmail.GmailClient.SendMessageHtmlAsync(System.String,System.String,System.String)"]
No code example is currently available or this language may not be supported.
Await SendMessageHtmlAsync("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.