Scripted text from Acrobat and Microsoft Outlook emails
I have scripted "canned" emails that employ rich text formatting, such as line returns and tabs using \r and \t. Using a mouse up action with a button and the app.mailMsg method, the script opens my default email client, Mail.app, and generates the email, ready to send to the addressee. The addressee and contents of the email are determined by values entered in other fields that are referenced within my script as variables.
I also want this script to work with Microsoft Outlook, but Outlook seems to only offer HTML and plain text. The rich text formatting is ignored by Outlook.
So my question is this: can I amend my script to place line breaks, returns and tabs into either plain text or HTML email message in Outlook?
David
