开发者

iphone, can we set the option 'Send From' of the email when use MFMailComposeViewController?

开发者 https://www.devze.com 2023-01-11 15:16 出处:网络
as topic.... I just want change the value \'Send From\' when com开发者_StackOverflowpose new email. but seem it is impossible......

as topic.... I just want change the value 'Send From' when com开发者_StackOverflowpose new email. but seem it is impossible......

anyone can give tips ?

many thanks.


No, only the user can change it once they are in the MFMailComposeViewController view by tapping on the "From:" field and selecting their various e-mail address from the picker view.

For future reference, unless something like this is in the class reference, you probably can't do it without accessing private API (which is a no-no).

Class reference: http://developer.apple.com/iphone/library/documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html

0

精彩评论

暂无评论...
验证码 换一张
取 消