Change Gmail message routing on individual mailboxes

Posted by citadelgrad on Stack Overflow See other posts from Stack Overflow or by citadelgrad
Published on 2010-05-27T16:31:16Z Indexed on 2010/05/27 16:31 UTC
Read the original article Hit count: 230

We are using dual delivery for one of our Google Apps doamins and need to be able to disable mail delivery to the Gmail account. You can manually update the settings on a per user basis through the Admin interface by unchecking the box next to "Google Apps Email" in the Email routing section.

From the Google Apps API documentation for the python library it does not appear that I programmatically disable the email routing for "Google Apps Email" on a per user basis. Does anyone know if it's possible?

The only routing related method I can find is at the Domain level and not the user level.

gdata.apps.adminsettings.service

Thank you!

© Stack Overflow or respective owner

Related posts about python

Related posts about gdata-api