The <MAMailComposerDelegate> protocol is used to execute delegated operations on the mail composing and sending controller.
<NSObject>
mailComposerFinishedWithSuccess. Informs the controller that email is successfully sent.
- (void) mailComposerFinishedWithSuccess: (MAMailComposer *) composer
composer. The object used for composing and sending email.
The method is intended for internal use.
See also:
Protocols. The Mobile Application Component