Not sure you can disable individual scheduled tasks with a web.config key but you can disable the scheduler all together in the web.config. Not sure this is the best option though.
A simple way you can disable sending emails by clearing your SMTP provider settings. This way the emails will stay in the queue but have no where to go since there is no ability to send them out.