powered by
Function to untrash a given thread by id. This can reverse the results of a previous trash_thread.
trash_thread
untrash_thread(id, user_id = "me")
thread id to access
gmail user_id to access, special value of 'me' indicates the authenticated user.
https://developers.google.com/gmail/api/v1/reference/users/threads/untrash
Other thread: delete_thread, modify_thread, threads, thread, trash_thread
delete_thread
modify_thread
threads
thread
# NOT RUN { untrash_thread(12345) # }
Run the code above in your browser using DataLab