It looks something like this:
tell application "Microsoft Outlook"
activate
set w to make new outgoing message with properties ¬
{account:(pop account myAccount), subject:"test", plain text content:"this is a test"}
make new recipient at w with properties {email address:{address:myAddress}}
open w
send message id (id of w)
end tell
Is this a bug in Outlook 2011 Mac or am I doing something wrong? I've searched the web and this seems to be a common problem.
A similar script worked like a charm in Entourage.
TIA
Rick
Recent Comments