Get direct link to gmail message via Google API
问题 Is it possible to get the link to the message using Google API? Can message id be translated somehow to direct link which can be opened in browser? 回答1: You can try with URL https://mail.google.com/mail/#inbox/messageId . But you should have access to this message. But this URL is generated by Gmail UI not with API. So, you have to create the above URL in your program 来源: https://stackoverflow.com/questions/29415495/get-direct-link-to-gmail-message-via-google-api