IGmailClient.SendMessage

IGmailClient.SendMessage method

Sends the specified message to the recipients in the To, Cc, and Bcc headers.

public string SendMessage(MailMessage msg)
ParameterTypeDescription
msgMailMessageThe message to send.

Return Value

The Id of the sent message.

See Also