Re: Problem saving a message in Outlook 2011
Re: Problem saving a message in Outlook 2011
- Subject: Re: Problem saving a message in Outlook 2011
- From: Christopher Stone <email@hidden>
- Date: Fri, 19 Feb 2016 15:06:28 -0600
On Feb 19, 2016, at 04:04, Dave <email@hidden> wrote:
I have changing an old script that uses Window IDs in Outlook. I need to save a Window to the Drafts Folder in Outlook, but at the point where I need to do this, I only have a Window ID. ______________________________________________________________________
Try this:
tell application "Microsoft Outlook" tell draft window id 2735 save end tell end tell
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden