0

How can I delete a post from a Google Group using Google Apps Scripts?

How can I get the list of topics?

contributorpw
  • 4,739
  • 5
  • 27
  • 50

1 Answers1

0

I would imagine that because Google Groups underlying technology is email you will not be able to delete a post as it has been sent already.
You will probably have to use Gmail Services to accomplish the list of topics task.
https://developers.google.com/apps-script/service_gmail

schmell
  • 50
  • 8
  • This is a great idea. The group is a mail box and seek Him in it! I will try and answer. – contributorpw Oct 24 '12 at 07:14
  • 2
    There is no way to programatically access messages archived in a Google Group. Nor can you programatically delete messages in a Google Group. – Jay Lee Nov 24 '12 at 03:25