Jump to content

I'm trying to create a new mail message in Outlook from a specific account


Recommended Posts

I'm trying to create a new mail message in Outlook from a specific account and I can't seem to do it. I've tried:

 

 

on alfred_script(q)
  -- 
tell application "Microsoft Outlook"
activate
set theMsg to make new outgoing message with properties {sender:"icloud (Kerry Dawson)", visible:true}
end tell
end alfred_script
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...