iOS URL Scheme Microsoft Outlook App
问题 This seems impossible to find, unless perhaps there isn't one for it. But anyone know (if there is one) the iOS URL Scheme for opening the Microsoft Outlook Mobile App right to the Compose Screen with pre-defined TO_EMAIL, SUBJECT and BODY? 回答1: Here is a link I found that helped me out with the IOS Outlook URL Scheme. From that I was able to come up with this code: // Create an array of recipients for the email. NSArray* emailRecipients = @[@"example@email.com", @"example2@email.com"]; //