views:

150

answers:

0

i am using MFMailComposeViewController inside my iphone app. I notice that if i enter any text in the body and then press the cancel button, i am prompted with an action sheet with an option to save/don't save the unsent message. I have two questions:

  1. can I programmatically prevent the "save/don't save action sheet from appearing? MFMailComposeViewControllerDelegate doesn't appear to have anything along those lines

  2. if i do save, where is the mail saved to? i looked in my mail accounts and didn't see anything saved in any of the "draft" folders.