I\'m looking at using the Gmail API in an application I\'m working on. However, I\'m not sure how to change their Java or Python examples over to C#. How exactly does the ex
Seems like this isn't really an issue with the Gmail API. What you should be looking for is "c# create email" (potentially adding "RFC 2822" as that's the RFC that defines the format for these emails). Once you have such a valid "email message" (the real, entire email content you can use with SMTP or IMAP, etc) then using it with the Gmail API should be pretty trivial.