Creating a Message for Gmail API in C#

前端 未结 3 1642
离开以前
离开以前 2020-12-16 16:31

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

3条回答
  •  没有蜡笔的小新
    2020-12-16 16:55

    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.

提交回复
热议问题