Quinn, As of February 2023, this code DOES launch Outlook, but will NOT attach a document to the Outlook-created email:
` NSString* msgText = @"This is text for the body of the email";
NSMutableAttributedString *maStr = [[NSMutableAttributedString alloc] initWithString:msgText attributes:@{ } ];
NSSharingService* mailShare = [NSSharingService sharingServiceNamed:NSSharingServiceNameComposeEmail];
NSArray* shareItems = @[maStr, fileToSendURL];
[mailShare performWithItems:shareItems];`
Topic:
Developer Tools & Services
SubTopic:
General
Tags: