My question is how to take user's input? Here all email address are predefined in code. so what are the IDs of to, CC, Bcc, subject and body fields?
Rep ASAP
No replies yet!!!!
anyways i found long description of MF Mail composer in iphone reference library for SDK 3.0 but could not understand how to use predefined methods bellow
i tried a lot but could not succeeded. Debugger does not goes into these methods on mail client execution.
i think this is the solution for all who wanna use iphone mail client without closing existing application. I will be grateful if anyone will describe this.
I think all you have to do is simply remove the first@sample.com, second@example.com, etc... from the code. Remember to leave the nil in the message that gets filled by arrayWithObjects, as the last member of the array must be nil.
More to the point, if you start to edit an email but then hit the Cancel button, you are offered the opportunity to save the email. Where does it get saved? I've successfully saved email, according to the message label, but have no clue as to where they are.
Could MF Mail composer be used for sending mail to custom account, not predefined in the Mail application? For example, i want to send a message to a web service which will handle it from there, and the New message screen would look like Apple's new mail. Can this class be used for this purpose?