Is there an URL to open the Gmail compose window with a specific message ID in full-screen (pop-out)

后端 未结 1 500
北恋
北恋 2020-12-28 17:22

I use the new Gmail API to create a draft for my user. The API response provides the newly created message ID.

I can then open the compose window with the URLh

相关标签:
1条回答
  • 2020-12-28 17:48

    Try this:

    https://mail.google.com/mail?authuser=me@gmail.com#all/{message_id}
    

    Just replace {message_id} with the actual ID string.

    0 讨论(0)
提交回复
热议问题