问题
Is there any code provided by google to forward mail. because i haven't found one. If there is any way to forward mail using GMAIL API with extra content to send with original message. Please help.
回答1:
I don't see any specific forward
operation...
You'll have to:
- get the message,
- add your extra content to the top of the original message and
- change the
to
address, then - send it.
Not much help to you but take note of the Threads.
来源:https://stackoverflow.com/questions/30995341/forward-mail-using-gmail-api